Skip to content

Commit

Permalink
e2e test adaptions to fit new basket handling
Browse files Browse the repository at this point in the history
  • Loading branch information
shauke committed Mar 25, 2021
1 parent d822ef0 commit 60931c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/integration/framework/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function performAddToCart(
): Cypress.Chainable<Cypress.WaitXHR> {
waitLoadingEnd(1000);
cy.intercept('POST', '**/baskets/*/items').as('basket');
cy.intercept('GET', '**/baskets/current*').as('basketCurrent');
cy.intercept('GET', '**/baskets/*').as('basketCurrent');
waitLoadingEnd(1000);

button().click();
Expand Down

0 comments on commit 60931c9

Please sign in to comment.