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 14, 2024
1 parent 17e4778 commit 778ce95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/fulfillment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ test('Fulfillment', async () => {
const browser = await chromium.launch({headless:true});
const context = await browser.newContext({recordVideo: {dir: 'videos/'}});
const page = await context.newPage();
await page.setViewport({ width: 1350, height: 650 });

await page.setViewportSize({
width: 1350,
height: 650,
});
// Function to login to launchpad
async function launchpadLogin() {
await page.goto("https://launchpad.hotwax.io");
Expand Down

0 comments on commit 778ce95

Please sign in to comment.