diff --git a/app/client/cypress/support/Pages/JSEditor.ts b/app/client/cypress/support/Pages/JSEditor.ts index 24de619743..115a7f6295 100644 --- a/app/client/cypress/support/Pages/JSEditor.ts +++ b/app/client/cypress/support/Pages/JSEditor.ts @@ -214,7 +214,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) }