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 9d6fa8c commit 2196c3f
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 @@ -241,7 +241,7 @@ test('Fulfillment', async () => {
console.log('i');
if (await page.isVisible('.md.button.button-solid.ion-activatable.ion-focusable')) {
console.log('j');
await page.click('.md.button.button-solid.ion-activatable.ion-focusable');
await page.click('#view-size-selector > div > div.results > ion-card > div.actions > div:nth-child(1) > ion-button.md.button.button-solid.ion-activatable.ion-focusable');
console.log('pack/ship button clicked');
await page.waitForTimeout(3000);
return true;
Expand Down

0 comments on commit 2196c3f

Please sign in to comment.