Remove unnecessary click in test. fill focuses already

This commit is contained in:
Frank Noirot
2025-04-10 13:37:18 -04:00
parent 8fd482a424
commit d996da8c45

View File

@ -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()
}