Revert "Add uniqueness check to "Create project" command (#5100)"

This reverts commit dac91d3b79.
This commit is contained in:
Pierre Jacquier
2025-01-17 15:15:24 -05:00
committed by GitHub
parent dac91d3b79
commit 4322d3633e
11 changed files with 17 additions and 225 deletions

View File

@ -280,7 +280,7 @@ test(
await expect(page.getByRole('link', { name: 'bracket' })).toBeVisible()
await expect(page.getByText('router-template-slate')).toBeVisible()
await expect(page.getByText('Create project')).toBeVisible()
await expect(page.getByText('New Project')).toBeVisible()
})
await test.step('Opening the router-template project should load', async () => {