From f57c3a182dabe14ef4a90b3ccce33f2c509ac3e5 Mon Sep 17 00:00:00 2001 From: Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com> Date: Sat, 30 Nov 2024 19:16:57 +0530 Subject: [PATCH] Update LoginPage.ts --- cypress/pageobject/Login/LoginPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/pageobject/Login/LoginPage.ts b/cypress/pageobject/Login/LoginPage.ts index 2e98b004c8b..77624afef1d 100644 --- a/cypress/pageobject/Login/LoginPage.ts +++ b/cypress/pageobject/Login/LoginPage.ts @@ -1,4 +1,4 @@ -// LoginPage.ts + // LoginPage.ts class LoginPage { submitButtonSelector = "#login";