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

test: improve accessibility tests with autofocus #5116

Merged

Conversation

kblok
Copy link
Contributor

@kblok kblok commented Nov 2, 2019

When trying to roll puppeteer-sharp to chromium r705776, I started getting many fails on these two tests.
I found that I'm getting the same running these tests on puppeteer locally. It seems that the inputs are not being autofocused sometimes, so the focused is false.
I saw that puppeteer's PRs are being merged in green, but I also saw these errors on intermediate builds 1, 2, 3.

We could merge this PR, because accessibility tests are not about autofocusing with setContent, but we would also be hiding this issue on r705776.

yashLadha added a commit to yashLadha/puppeteer that referenced this pull request Nov 4, 2019
@mathiasbynens
Copy link
Member

Less flaky tests sounds great to me! Thanks for looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants