From 6363e75bda919b5949746b3f78fa0fd7f470bbb3 Mon Sep 17 00:00:00 2001 From: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:55:24 +0530 Subject: [PATCH] test: Automation script update to fix JSOnPageLoad pop-up text message (#12673) --- app/client/cypress/support/Pages/JSEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/support/Pages/JSEditor.ts b/app/client/cypress/support/Pages/JSEditor.ts index 09d6f9570d..c8e474e102 100644 --- a/app/client/cypress/support/Pages/JSEditor.ts +++ b/app/client/cypress/support/Pages/JSEditor.ts @@ -213,7 +213,7 @@ export class JSEditor { if (onLoad) this.agHelper.CheckUncheck(this._functionSetting('Run Function on Page load'), true) if (bfrCalling) - this.agHelper.CheckUncheck(this._functionSetting('Request confirmation before calling Function?'), true) + this.agHelper.CheckUncheck(this._functionSetting('Request confirmation before calling function?'), true) this.agHelper.GetNClick(this._closeSettings) }