Skip to content

Commit

Permalink
Rename to .spec
Browse files Browse the repository at this point in the history
ericpgreen2 committed Dec 13, 2024
1 parent d5a3731 commit 45c34e6
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-admin/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -14,9 +14,9 @@ const config: PlaywrightTestConfig = {
...devices["Desktop Chrome"],
},
projects: [
{ name: "auth", testMatch: "authenticate.test.ts" },
{ name: "auth", testMatch: "authenticate.spec.ts" },
{
name: "authenticated user",
name: "e2e",
use: {
storageState: "playwright/.auth/user.json",
},
File renamed without changes.

0 comments on commit 45c34e6

Please sign in to comment.