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 004b31e commit 9d6fa8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/fulfillment.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,13 @@ test('Fulfillment', async () => {
await packShipButton();
await page.waitForSelector('.alert-wrapper.ion-overlay-wrapper.sc-ion-alert-md', {visible:true, timeout:10000});
await page.waitForTimeout(2000);
console.log('k');
await page.locator('.alert-tappable.alert-checkbox.alert-checkbox-button.ion-focusable.sc-ion-alert-md').nth(0).click();
await page.waitForTimeout(1000);
console.log('l');
await page.locator('.alert-tappable.alert-checkbox.alert-checkbox-button.ion-focusable.sc-ion-alert-md').nth(1).click();
await page.waitForTimeout(2000);
console.log('m');
await page.locator('.alert-button.ion-focusable.ion-activatable.alert-button-role-confirm.sc-ion-alert-md').click();
await newTab();
await page.waitForTimeout(2000);
Expand Down

0 comments on commit 9d6fa8c

Please sign in to comment.