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 17, 2024
1 parent 7a3eee6 commit b43a638
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
Expand Up @@ -197,7 +197,7 @@ test('Fulfillment', async () => {
]);

if (newTab) {
await newTab.waitForLoadState(load, { timeout: 10000 });
await newTab.waitForLoadState('load', { timeout: 10000 });
await newTab.close();
} else {
console.error("New tab did not open");
Expand Down

0 comments on commit b43a638

Please sign in to comment.