diff --git a/app/client/cypress/e2e/Regression/ClientSide/ActionExecution/FrameworkFunctions_WatchGeoLocationFunctions_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/ActionExecution/FrameworkFunctions_WatchGeoLocationFunctions_spec.ts index cf9e84d246aa..5e03965a22e4 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/ActionExecution/FrameworkFunctions_WatchGeoLocationFunctions_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/ActionExecution/FrameworkFunctions_WatchGeoLocationFunctions_spec.ts @@ -130,7 +130,8 @@ describe( (success, error) => { error({ code: 1, - message: "A watchLocation is already active. Clear it before before starting a new one", + message: + "A watchLocation is already active. Clear it before before starting a new one", }); return 0; }, @@ -151,7 +152,9 @@ describe( // Trigger watch and verify error agHelper.ClickButton("Submit"); - agHelper.ValidateToastMessage("A watchLocation is already active. Clear it before before starting a new one"); + agHelper.ValidateToastMessage( + "A watchLocation is already active. Clear it before before starting a new one", + ); }); it.skip("4. Verify that getCurrentPosition correctly handles the options parameter for maximumAge, timeout, and enableHighAccuracy.", () => {