Skip to content

Commit

Permalink
chore: disable flaky setUserAgent test in Firefox (#5780)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Apr 30, 2020
1 parent a8908cf commit 862eea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page.spec.js
Expand Up @@ -802,7 +802,7 @@ describe('Page', function() {
});

describe('Page.setUserAgent', function() {
it('should work', async() => {
itFailsFirefox('should work', async() => {
const {page, server} = getTestState();

expect(await page.evaluate(() => navigator.userAgent)).toContain('Mozilla');
Expand Down

0 comments on commit 862eea8

Please sign in to comment.