Skip to content

Commit

Permalink
test: mark test as "fixme" on chromium (#5524)
Browse files Browse the repository at this point in the history
References #5523
  • Loading branch information
aslushnikov committed Feb 19, 2021
1 parent 5f9acfa commit 57c7a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/page-screenshot.spec.ts
Expand Up @@ -180,6 +180,7 @@ describe('page screenshot', (suite, { browserName, headful }) => {

it('should work with a mobile viewport', (test, { browserName }) => {
test.skip(browserName === 'firefox');
test.fixme(browserName === 'chromium');
}, async ({browser, server}) => {
const context = await browser.newContext({ viewport: { width: 320, height: 480 }, isMobile: true });
const page = await context.newPage();
Expand Down

0 comments on commit 57c7a70

Please sign in to comment.