diff --git a/tests/e2e/repo-collab.test.ts b/tests/e2e/repo-collab.test.ts index 7e49307a41..4efdc85c6a 100644 --- a/tests/e2e/repo-collab.test.ts +++ b/tests/e2e/repo-collab.test.ts @@ -19,8 +19,6 @@ test('add collaborator search', async ({page, request}) => { await expect(result).toContainText(userName); await result.click(); await expect(input).toHaveValue(userName); - - // submit and confirm the chosen user lands in the collaborator list await page.getByRole('button', {name: 'Add Collaborator'}).click(); await expect(page.locator('body')).toContainText(userName); });