We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ecf18 commit 255dabdCopy full SHA for 255dabd
dwds/test/devtools_test.dart
@@ -95,7 +95,7 @@ void main() {
95
final devToolsWindow =
96
windows.firstWhere((window) => window != newAppWindow);
97
await devToolsWindow.setAsActive();
98
- expect(await context.webDriver.title, equals('Dart DevTools'));
+ expect(await context.webDriver.pageSource, contains('DevTools'));
99
});
100
101
test(
0 commit comments