From 1a3a8686a4d060b46ff35813473a08293e9c2acb Mon Sep 17 00:00:00 2001 From: Tamara Date: Tue, 24 Dec 2024 10:28:38 +0100 Subject: [PATCH] Remove unnecessary step in Klarna Pay Now test case --- .../projects/common/redirect/KlarnaPaymentPage.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e/adyen-integration-tools-tests/projects/common/redirect/KlarnaPaymentPage.js b/.github/workflows/e2e/adyen-integration-tools-tests/projects/common/redirect/KlarnaPaymentPage.js index f47b1ba8..da5cd6e6 100644 --- a/.github/workflows/e2e/adyen-integration-tools-tests/projects/common/redirect/KlarnaPaymentPage.js +++ b/.github/workflows/e2e/adyen-integration-tools-tests/projects/common/redirect/KlarnaPaymentPage.js @@ -30,7 +30,6 @@ export default class KlarnaPaymentPage { if (await this.paymentTypeSelectButton.isVisible()) { await this.paymentTypeSelectButton.click(); - await this.paymentTypeSelectButton.click(); } }