Skip to content

Commit

Permalink
NTR: fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jun 18, 2024
1 parent ffc805a commit 821afa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class OrderDetailsRepository {
* @returns {Cypress.Chainable<JQuery<HTMLElement>>}
*/
getLineItemActionsButtonCancelThroughMollie() {
return cy.get('.sw-context-button__menu-popover', {timeout: 15000}).contains('Cancel at Mollie');
return cy.get('.sw-context-button__menu-popover', {timeout: 15000}).contains('Cancel through Mollie');
}

getLineItemCancelled(){
Expand Down

0 comments on commit 821afa0

Please sign in to comment.