Skip to content

Commit

Permalink
CC-34811 Adjust test according to glossary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AsonUnique committed Nov 18, 2024
1 parent d6e1e69 commit afa81c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ import { DeactivateProductScenario } from '../../../support/scenarios/backoffice
customerOverviewPage.viewLastPlacedOrder();
orderDetailsPage.editOrder();

cy.contains('The order cannot be amended.').should('exist');
cy.contains('This action cannot be performed.').should('exist');
});

it('customer should be able to replace current cart (quote) with previous order items', (): void => {
Expand Down

0 comments on commit afa81c4

Please sign in to comment.