diff --git a/e2e/playwright/fixtures/homePageFixture.ts b/e2e/playwright/fixtures/homePageFixture.ts index 07044ae37..09d77b014 100644 --- a/e2e/playwright/fixtures/homePageFixture.ts +++ b/e2e/playwright/fixtures/homePageFixture.ts @@ -99,7 +99,6 @@ export class HomePageFixture { createAndGoToProject = async (projectTitle = 'untitled') => { await this.projectsLoaded() await this.projectButtonNew.click() - await this.projectTextName.click() await this.projectTextName.fill(projectTitle) await this.projectButtonContinue.click() }