Skip to content

Commit

Permalink
fix: attempt to make it runnable in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 15, 2020
1 parent aca713a commit 45876dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ async function main() {
const baseUrl = 'http://localhost:5000';
const screenshotDir = path.resolve(__dirname, './screenshots/chrome');

const browser = await playwright.chromium.launch();
const browser = await playwright.chromium.launch({ args: ['--no-sandbox'] });

const page = await browser.newPage();

Expand Down

0 comments on commit 45876dc

Please sign in to comment.