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

deps(puppeteer): upgrade to 18.0.3 #14398

Closed
wants to merge 3 commits into from
Closed

deps(puppeteer): upgrade to 18.0.3 #14398

wants to merge 3 commits into from

Conversation

adamraine
Copy link
Member

Splitting out from #14385

@adamraine adamraine requested a review from a team as a code owner September 20, 2022 00:51
@adamraine adamraine requested review from brendankenny and removed request for a team September 20, 2022 00:51
@@ -173,7 +173,8 @@ describe('Lighthouse Viewer', () => {
});

it('should support swapping locales', async () => {
function queryLocaleState() {
async function queryLocaleState() {
await viewerPage.waitForSelector('.lh-locale-selector');
Copy link
Member Author

Choose a reason for hiding this comment

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

I didn't figure out the exact cause, but I guess the next line was executed too quickly and .lh-locale-selector wasn't ready.

When I switched to headfull chrome this test started passing.

@connorjclark connorjclark changed the title deps(puppeteer): upgrade to 18.0.2 deps(puppeteer): upgrade to 18.0.3 Sep 20, 2022
@adamraine
Copy link
Member Author

Seems like the oopif-requests failures are much more likely with pptr 18. Maybe we should just do everything in #14385 after all.

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.

None yet

1 participant