We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731ed87 commit 3386f4aCopy full SHA for 3386f4a
1 file changed
tests/e2e/pages/hosted-payments-page.ts
@@ -24,6 +24,7 @@ export class HostedPaymentsPage {
24
}
25
26
private async selectMockBankAndContinue(){
27
+ console.log(this.page.url())
28
await this.mockBank().isVisible();
29
await this.mockBank().click();
30
await this.continueButton().isVisible();
0 commit comments