Commit 9ea0081b authored by Max Alekseenko's avatar Max Alekseenko

fix tests and update screenshots

parent 52f5f6c9
...@@ -23,7 +23,7 @@ test('no auth', async({ mount, page }) => { ...@@ -23,7 +23,7 @@ test('no auth', async({ mount, page }) => {
{ hooksConfig }, { hooksConfig },
); );
await component.locator('.identicon').click(); await component.locator('a').click();
expect(page.url()).toBe(`${ app.url }/auth/auth0?path=%2F`); expect(page.url()).toBe(`${ app.url }/auth/auth0?path=%2F`);
}); });
......
...@@ -23,7 +23,7 @@ test('no auth', async({ mount, page }) => { ...@@ -23,7 +23,7 @@ test('no auth', async({ mount, page }) => {
{ hooksConfig }, { hooksConfig },
); );
await component.locator('.identicon').click(); await component.locator('a').click();
expect(page.url()).toBe(`${ app.url }/auth/auth0?path=%2F`); expect(page.url()).toBe(`${ app.url }/auth/auth0?path=%2F`);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment