From 906d837a522de63903b314c872aafcf1fb74afa0 Mon Sep 17 00:00:00 2001 From: WendyFPM Date: Wed, 29 May 2024 08:20:48 -0400 Subject: [PATCH] updatedMethodInAB --- pages/abTesting.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/abTesting.js b/pages/abTesting.js index 10d5715..85e7328 100644 --- a/pages/abTesting.js +++ b/pages/abTesting.js @@ -86,7 +86,6 @@ export class ABTesting { this.clickOnPublishBtn(iframeOption); switch (option) { case 'withoutAB': - this.clickOnPublishBtnInModal(); break; case 'onlySelectAlternative': this.selectAlternative(alternative, iframeOption); @@ -100,7 +99,7 @@ export class ABTesting { break; } this.load(); - this.clickOnSaveAndPublish(iframeOption); + this.clickOnPublishBtnInModal(); } alert(iframeOption = 'a') {