Skip to content

Commit

Permalink
fix: make test independent of port
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-v committed Nov 7, 2023
1 parent c826780 commit 56cfa17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tests/actions/signIn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function signIn(
})
.click();

await expect(page.getByText("Pod OS at localhost:3000")).toBeVisible();
await expect(page.getByText("Pod OS at localhost")).toBeVisible();
await page.getByRole("button", { name: "Authorize" }).click();

await expect(page).toHaveURL(originalLocation);
Expand Down

0 comments on commit 56cfa17

Please sign in to comment.