Skip to content

Commit 255dabd

Browse files
committed
Fix devtools test - dart-lang#2182
1 parent 40ecf18 commit 255dabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwds/test/devtools_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void main() {
9595
final devToolsWindow =
9696
windows.firstWhere((window) => window != newAppWindow);
9797
await devToolsWindow.setAsActive();
98-
expect(await context.webDriver.title, equals('Dart DevTools'));
98+
expect(await context.webDriver.pageSource, contains('DevTools'));
9999
});
100100

101101
test(

0 commit comments

Comments
 (0)