Skip to content

Conversation

@htoor3
Copy link
Contributor

@htoor3 htoor3 commented Apr 4, 2023

Web test will be broken after flutter/engine#40904 merges, so we need to disable this first. Will need to be re-enabled post-merge once the engine rolls.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added d: examples Sample code and demos c: contributor-productivity Team-specific productivity, code health, technical debt. labels Apr 4, 2023
@htoor3 htoor3 requested a review from yjbanov April 4, 2023 22:14

final WebElement? fltSemantics = await driver.webDriver.execute(
'return document.querySelector("flt-glass-pane")?.shadowRoot.querySelector("flt-semantics")',
'return document.querySelector("flt-semantics")',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the DOM structure change, we can query the flt-semantics from the document directly, instead of having to grab the shadowRoot first.

@htoor3 htoor3 requested a review from mdebbar April 4, 2023 22:18
@ditman
Copy link
Member

ditman commented Apr 4, 2023

@htoor3 htoor3 added the autosubmit Merge PR when tree becomes green via auto submit App label Apr 5, 2023
@auto-submit auto-submit bot merged commit 68ed603 into flutter:master Apr 5, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request Apr 6, 2023
exaby73 pushed a commit to NevercodeHQ/flutter that referenced this pull request Apr 17, 2023
[web] Skip temporarily broken test
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/packages that referenced this pull request May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App c: contributor-productivity Team-specific productivity, code health, technical debt. d: examples Sample code and demos platform-web Web applications specifically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants