Skip to content

Commit

Permalink
reverting to appSpinner id in login page test (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq89 authored Jan 2, 2025
1 parent 29cb23f commit e07de38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/testcases/login/1-login-with-valid-information.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
})

0 comments on commit e07de38

Please sign in to comment.