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 8224045 commit 8384a11Copy full SHA for 8384a11
dwds/test/devtools_test.dart
@@ -44,7 +44,8 @@ void main() {
44
await context.webDriver.driver.switchTo.window(windows.last);
45
expect(await context.webDriver.title, equals('Dart DevTools'));
46
expect(await context.webDriver.currentUrl, contains('ide=Dwds'));
47
- });
+ // TODO(https://github.com/dart-lang/webdev/issues/1888): Re-enable.
48
+ }, skip: Platform.isWindows);
49
50
test('can not launch devtools for the same app in multiple tabs', () async {
51
final appUrl = await context.webDriver.currentUrl;
0 commit comments