Skip to content

Commit

Permalink
ok ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Feb 17, 2023
1 parent 65fd162 commit 5d3b9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/meteor/tests/e2e/config/global-setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const loginProcedure = async (credentials: { name: string; username: string; pas
await page.locator('[name=password]').type(credentials.password);
await page.locator('role=button >> text="Login"').click();

expect(await page.locator('role=button >> text="Login"')).toHaveCount(0);
await expect(await page.locator('role=button >> text="Login"')).toHaveCount(0);

await page.context().storageState({ path: `${credentials.name}-session.json` });

Expand Down

0 comments on commit 5d3b9b7

Please sign in to comment.