Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevella committed Jan 12, 2024
1 parent 2081b85 commit a5c88a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web/tests/authentication.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ test.describe.serial(() => {

await page.waitForURL("/polls");

await page.getByTestId("user-dropdown").click();

await expect(page.getByText("Test User")).toBeVisible();
});

Expand All @@ -145,8 +143,6 @@ test.describe.serial(() => {

await page.waitForURL("/polls");

await page.getByTestId("user-dropdown").click();

await expect(page.getByText("Test User")).toBeVisible();
});

Expand Down

0 comments on commit a5c88a1

Please sign in to comment.