chore: disable flaky setUserAgent test in Firefox (#5780)
This commit is contained in:
parent
a8908cf3e0
commit
862eea850e
@ -802,7 +802,7 @@ describe('Page', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('Page.setUserAgent', function() {
|
describe('Page.setUserAgent', function() {
|
||||||
it('should work', async() => {
|
itFailsFirefox('should work', async() => {
|
||||||
const {page, server} = getTestState();
|
const {page, server} = getTestState();
|
||||||
|
|
||||||
expect(await page.evaluate(() => navigator.userAgent)).toContain('Mozilla');
|
expect(await page.evaluate(() => navigator.userAgent)).toContain('Mozilla');
|
||||||
|
Loading…
Reference in New Issue
Block a user