Skip to content

Commit

Permalink
Select bancontact standalone PM icon and not the icon in cards component
Browse files Browse the repository at this point in the history
  • Loading branch information
peterojo committed Feb 29, 2024
1 parent 81addb7 commit 18afa15
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 class PaymentDetailsPage extends SPRBasePage {
this.multiBancoSelector = this.paymentDetailsList.locator("img[alt='Multibanco']");
this.oneySelector = this.paymentDetailsList.locator("img[alt='Oney 3x']");
this.oneyWrapper = this.oneySelector.locator("..");
this.bancontactCardSelector = this.paymentDetailsList.locator("img[alt='Bancontact card']");
this.bancontactCardSelector = this.paymentDetailsList.locator("img[title='Bancontact card']");
this.bancontactCardWrapper = this.bancontactCardSelector.locator("..");
this.storedCardSelector = this.paymentDetailsList.locator("img[alt='Stored Payment Methods']");
this.storedCardWrapper = this.storedCardSelector.locator("..");
Expand Down

0 comments on commit 18afa15

Please sign in to comment.