Skip to content

Commit

Permalink
Remove unnecessary step in Klarna Pay Now test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamara committed Dec 24, 2024
1 parent 967ef21 commit 1a3a868
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default class KlarnaPaymentPage {

if (await this.paymentTypeSelectButton.isVisible()) {
await this.paymentTypeSelectButton.click();
await this.paymentTypeSelectButton.click();
}
}

Expand Down

0 comments on commit 1a3a868

Please sign in to comment.