Skip to content

Commit

Permalink
WIP webkit test
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Mar 24, 2023
1 parent b44326b commit 6580c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/use-cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ const useCases = [
const harFile = mock.mocksHarFile;
await mkParentDirectory(harFile);
const playwright = require('playwright');
const browser = await playwright.chromium.launch();
const browser = await playwright.webkit.launch();
let body;
try {
const context = await browser.newContext({
Expand Down

0 comments on commit 6580c50

Please sign in to comment.