Skip to content

Commit

Permalink
Fix TS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michalina-graczyk committed Oct 1, 2024
1 parent 7c49f56 commit 60e7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/auth.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { getStorageState } from "utils/auth";
setup.describe.configure({ mode: "serial" });

setup("Authenticate as admin via API", async () => {
await getStorageState("admin");
await getStorageState("admin", setup.info().workerIndex);
});

0 comments on commit 60e7446

Please sign in to comment.