change error message
This commit is contained in:
parent
6c887475f3
commit
b5e0b22fe6
|
@ -12,7 +12,7 @@ test.describe('Admin login functionality', () => {
|
|||
const loginPage = new LogInPage(page)
|
||||
await loginPage.visit(URL_IDHUB);
|
||||
await loginPage.login(ADMIN_EMAIL, KO_ADMIN_K)
|
||||
await expect.soft(loginPage.errorMessageIsValid()).toBeTruthy();
|
||||
expect.soft(loginPage.errorMessageIsValid()).toBeTruthy();
|
||||
})
|
||||
test('Navigate to Forgot password page from login page', async ({ page }) => {
|
||||
const loginPage = new LogInPage(page)
|
||||
|
|
Reference in New Issue