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 e887316 commit 0a2804bCopy full SHA for 0a2804b
dwds/test/devtools_test.dart
@@ -50,7 +50,7 @@ void main() {
50
() async {
51
final windows = await context.webDriver.windows.toList();
52
await context.webDriver.driver.switchTo.window(windows.last);
53
- expect(await context.webDriver.title, equals('Dart DevTools'));
+ expect(await context.webDriver.pageSource, contains('DevTools'));
54
expect(await context.webDriver.currentUrl, contains('ide=Dwds'));
55
// TODO(https://github.com/dart-lang/webdev/issues/1888): Re-enable.
56
},
0 commit comments