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 }) => {
{ hooksConfig },
);
await component.locator('.identicon').click();
await component.locator('a').click();
expect(page.url()).toBe(`${ app.url }/auth/auth0?path=%2F`);
});
......
......@@ -23,7 +23,7 @@ test('no auth', async({ mount, page }) => {
{ hooksConfig },
);
await component.locator('.identicon').click();
await component.locator('a').click();
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