From e07de38829e04b157abd6621937a309f708b8867 Mon Sep 17 00:00:00 2001 From: Muhammed Tareq Aziz Date: Thu, 2 Jan 2025 22:06:39 +0600 Subject: [PATCH] reverting to appSpinner id in login page test (#1197) --- e2e/testcases/login/1-login-with-valid-information.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/testcases/login/1-login-with-valid-information.spec.ts b/e2e/testcases/login/1-login-with-valid-information.spec.ts index ed13c2717..4ec21991d 100644 --- a/e2e/testcases/login/1-login-with-valid-information.spec.ts +++ b/e2e/testcases/login/1-login-with-valid-information.spec.ts @@ -37,7 +37,7 @@ test.describe('1. Login with valid information', () => { // Expected result: Must log in to the OPENCRVS Page await expect( - page.locator('#root-app-progress').or(page.locator('#pin-input')) + page.locator('#appSpinner').or(page.locator('#pin-input')) ).toBeVisible() }) })