Skip to content

Commit

Permalink
Remove one test.only instance that I missed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jan 28, 2025
1 parent e342c96 commit 7c39cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/emailWorkflow.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ test('ask to join project via new-project page', async ({ page, tempUserInTestOr
await dashboardPage.openProject('Sena 3', 'sena-3');
});

test.only('ask to join project via project page', async ({ page, tempUserInTestOrg }) => {
test('ask to join project via project page', async ({ page, tempUserInTestOrg }) => {
test.setTimeout(TEST_TIMEOUT_2X);

const { name, email, password } = tempUserInTestOrg;
Expand Down

0 comments on commit 7c39cf5

Please sign in to comment.