Navigation Menu

Skip to content

Commit

Permalink
chore: restore page.setUserAgent test (#5868)
Browse files Browse the repository at this point in the history
Ref. #5781.
  • Loading branch information
mathiasbynens committed May 14, 2020
1 parent 39f1b13 commit b2552e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page.spec.js
Expand Up @@ -896,7 +896,7 @@ describe('Page', function () {
});

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

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

0 comments on commit b2552e4

Please sign in to comment.