Skip to content

Commit

Permalink
build: ci troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 19, 2023
1 parent 2c1a8e2 commit 4dc47c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/simple/e2e/models/d2c-cart-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ export function createD2CCartPage(page: Page): D2CCartPage {
},
async checkoutCart() {
await checkoutBtn.click();
const cartId = await getCartId(page)();
await expect(page).toHaveURL(`/checkout/${cartId}`);
},
};
}

0 comments on commit 4dc47c3

Please sign in to comment.