Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade package:puppeteer in pkg/pub_integration #7211

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

isoos
Copy link
Collaborator

@isoos isoos commented Nov 21, 2023

@isoos isoos force-pushed the upgrade-puppeteer branch 2 times, most recently from 4f014e9 to 57ceef1 Compare November 28, 2023 11:10
@@ -187,6 +192,39 @@ extension PubPageExt on Page {
await _waitForModelHidden();
}

/// Waits until the given selectors are visible and their UI top-left position
Copy link
Contributor

Choose a reason for hiding this comment

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

Sounds completely crazy that we have to make a hack like this. Should this not be built into the framework somehow?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think this is a side-effect of the material widgets we are using. I've never seen similar issue with regular HTML checkboxes.

@isoos isoos merged commit 83e37d5 into dart-lang:master Nov 30, 2023
31 checks passed
@isoos isoos deleted the upgrade-puppeteer branch November 30, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

upgrade package:puppeteer in pkg/pub_integration
2 participants