Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jul 29, 2024
1 parent cc8428d commit a4cfd71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright-tests/tests/auth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ test.describe("User is logged in", () => {
await page.goto(`/${ROOT_SRC}`);
});

test("should show user is logged in succesfully in user dropdown", async ({ page }) => {
test("should show user is logged in succesfully in user dropdown", async ({
page,
}) => {
const LoggedInButton = page.getByRole("button", {
name: "saswat_test.testnet",
});
Expand Down

0 comments on commit a4cfd71

Please sign in to comment.