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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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