Skip to content

Commit

Permalink
chore: fix creditcard test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxiroellplenty committed Nov 6, 2024
1 parent 0ab1c97 commit ef8cd78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export class CheckoutPageObject extends PageObject {
}

displayFullyPaid() {
this.orderPaymentStatus.contains('fullyPaid');
this.orderPaymentStatus.contains('Paid');
return this;
}

Expand Down

0 comments on commit ef8cd78

Please sign in to comment.