From 86cf676958ad179e6bb93895fbe0dba1aab98a1a Mon Sep 17 00:00:00 2001 From: WendyFPM Date: Tue, 28 May 2024 19:35:26 -0400 Subject: [PATCH] updatedMethodAB --- pages/abTesting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/abTesting.js b/pages/abTesting.js index bf1897b..5787b9c 100644 --- a/pages/abTesting.js +++ b/pages/abTesting.js @@ -329,7 +329,7 @@ export class ABTesting { }); } - renameStartEventName(newName,iframeOption = 'a'){ + renameStartEventName(nameElement,newName,iframeOption = 'a'){ let iframeSelector = iframeOption === 'a' ? selectors.iframeA : selectors.iframeB this.clickOnInspectorBtn(iframeOption); this.clickOnStartEvent(nameElement, iframeOption);