chore: disable flaky setUserAgent test in Firefox (#5780)

This commit is contained in:
Mathias Bynens
2020-04-30 12:10:28 +02:00
committed by GitHub
parent a8908cf3e0
commit 862eea850e

View File

@@ -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');