diff --git a/tool/get-dart/dart_sdk_archive/test/table_test.dart b/tool/get-dart/dart_sdk_archive/test/table_test.dart index 142727584f..fd6bb41f60 100644 --- a/tool/get-dart/dart_sdk_archive/test/table_test.dart +++ b/tool/get-dart/dart_sdk_archive/test/table_test.dart @@ -71,8 +71,8 @@ void main() { expect(selector.selectedVersion, '4.0.0'); expect(versionSelect.value, '4.0.0'); - // 3 mac, 5 linux, 3 windows, 1 docs - expect(find.tag('tr'), findsNComponents(12)); + // 3 mac, 4 linux, 2 windows, 1 docs + expect(find.tag('tr'), findsNComponents(10)); }); testBrowser('updates rows on os change', (tester) async { @@ -86,8 +86,8 @@ void main() { // Await loading versions await pumpEventQueue(); - // 1 header, 2 mac, 5 linux, 3 windows, 1 docs - expect(find.tag('tr'), findsNComponents(12)); + // 1 header, 2 mac, 4 linux, 2 windows, 1 docs + expect(find.tag('tr'), findsNComponents(10)); final table = tester.findNode(find.tag('tbody')) as HTMLElement; final nodes = table.childNodes; @@ -136,8 +136,8 @@ void main() { expect(selector.selectedVersion, '4.0.0'); - // 3 mac, 5 linux, 3 windows, 1 docs - expect(find.tag('tr'), findsNComponents(12)); + // 3 mac, 4 linux, 2 windows, 1 docs + expect(find.tag('tr'), findsNComponents(10)); final table = tester.findNode(find.tag('tbody')) as HTMLElement; @@ -157,12 +157,10 @@ const nodesHtmlV400 = '