Skip to content

Commit 88a7782

Browse files
fix: remove test skips
1 parent d429f70 commit 88a7782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/protect-page-login.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test.describe("Single Page App + API", () => {
7575
})
7676
})
7777

78-
test.describe.only("React Single Page App", () => {
78+
test.describe("React Single Page App", () => {
7979
test("able to use Sign in and Login", async ({ page }) => {
8080
await page.goto("http://localhost:4008/")
8181
await page.click('[data-testid="signup-link"]')

0 commit comments

Comments
 (0)