Skip to content

Commit

Permalink
updatedMethodAB
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed May 28, 2024
1 parent 30ff0ed commit 86cf676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/abTesting.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 86cf676

Please sign in to comment.