Skip to content

Commit

Permalink
Update fulfillment.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adameddy26 authored Jun 13, 2024
1 parent 5c29491 commit 272d22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fulfillment.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { test, expect, chromium } = require('@playwright/test');
test('Fulfillment', async () => {
test.setTimeout(8000000);
const browser = await chromium.launch({headless:false});
const browser = await chromium.launch({headless:true});
const context = await browser.newContext({recordVideo: {dir: 'videos/'}}, {viewport: {width:1350, height:650}});
const page = await context.newPage();

Expand Down

0 comments on commit 272d22f

Please sign in to comment.