From a4cfd71918c2f836b036133f2bf61d6774aaa884 Mon Sep 17 00:00:00 2001 From: Elliot Braem <16282460+elliotBraem@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:21:09 -0500 Subject: [PATCH] fmt --- playwright-tests/tests/auth.spec.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playwright-tests/tests/auth.spec.js b/playwright-tests/tests/auth.spec.js index 944ad9de..4793377d 100644 --- a/playwright-tests/tests/auth.spec.js +++ b/playwright-tests/tests/auth.spec.js @@ -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", });