Skip to content

Commit

Permalink
change locator
Browse files Browse the repository at this point in the history
  • Loading branch information
artyom-jaksov-tl committed Nov 25, 2024
1 parent d399529 commit a525664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/pages/hosted-payments-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class HostedPaymentsPage {

// Locators
mockBank = () => this.page.getByLabel('Mock UK Payments - Redirect Flow', { exact: true });
continueButton = () => this.page.getByText('Go to bank');
continueButton = () => this.page.getByTestId('go-to-bank-button');
continueOnDesktopButton = () => this.page.getByText('on this device');

// Methods
Expand Down

0 comments on commit a525664

Please sign in to comment.