Tests: remove all timeouts and pasting into editor from file name collision PW test (#4352)

remove all timeouts and pasting into editor from file name collision PW test
This commit is contained in:
Frank Noirot
2024-10-29 18:42:53 -07:00
committed by 49lf
parent dbab7876de
commit 83214a88a3
2 changed files with 58 additions and 42 deletions

View File

@ -631,6 +631,9 @@ export async function getUtils(page: Page, test_?: typeof test) {
.locator('[data-testid="file-pane-scroll-container"] button')
.filter({ hasText: name })
.click()
await expect(page.getByTestId('project-sidebar-toggle')).toContainText(
name
)
})
},