mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
39f1b13449
commit
b2552e4f7d
@ -896,7 +896,7 @@ describe('Page', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('Page.setUserAgent', function () {
|
describe('Page.setUserAgent', function () {
|
||||||
itFailsFirefox('should work', async () => {
|
it('should work', async () => {
|
||||||
const { page, server } = getTestState();
|
const { page, server } = getTestState();
|
||||||
|
|
||||||
expect(await page.evaluate(() => navigator.userAgent)).toContain(
|
expect(await page.evaluate(() => navigator.userAgent)).toContain(
|
||||||
|
Loading…
Reference in New Issue
Block a user