Skip to content

Commit 05bca44

Browse files
committed
test: try switching to Firefox to see if it helps with CI flakiness
1 parent e3220e0 commit 05bca44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/standalone/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('lib/index.ts', () => {
77
let page: playwright.Page
88

99
beforeAll(async () => {
10-
browser = await playwright.chromium.launch({args: ['--no-sandbox', '--disable-setuid-sandbox']})
10+
browser = await playwright.firefox.launch()
1111
page = await browser.newPage()
1212
await page.goto(`file://${path.join(__dirname, '../fixtures/page.html')}`)
1313
})

0 commit comments

Comments
 (0)