Unverified Commit 68ed603b authored by htoor3's avatar htoor3 Committed by GitHub

[web] Skip temporarily broken test (#124160)

[web] Skip temporarily broken test
parent 385728e7
...@@ -39,10 +39,10 @@ void main() { ...@@ -39,10 +39,10 @@ void main() {
await Future<void>.delayed(const Duration(seconds: 2)); await Future<void>.delayed(const Duration(seconds: 2));
final WebElement? fltSemantics = await driver.webDriver.execute( final WebElement? fltSemantics = await driver.webDriver.execute(
'return document.querySelector("flt-glass-pane")?.shadowRoot.querySelector("flt-semantics")', 'return document.querySelector("flt-semantics")',
<dynamic>[], <dynamic>[],
) as WebElement?; ) as WebElement?;
expect(fltSemantics, isNotNull); expect(fltSemantics, isNotNull);
}); }, skip: true); // https://github.com/flutter/flutter/issues/124174
}); });
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment