Skip to content

Commit

Permalink
Remove test.only
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Mar 13, 2024
1 parent 22fd1c0 commit de4355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/auth/domain.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test.use({
},
});

test.only('Must be authenticated with valid domain to access app', async ({ page, request }) => {
test('Must be authenticated with valid domain to access app', async ({ page, request }) => {
// Is redirected when unauthenticated
await page.goto('/prod/pages/mypage');
await page.waitForURL(/\/prod\/signin/);
Expand Down

0 comments on commit de4355e

Please sign in to comment.