fix(core): fix flaky e2e (#6559)

This commit is contained in:
EYHN 2024-04-15 07:11:36 +00:00
parent 1a3d1a5421
commit 8bb597d7ad
No known key found for this signature in database
GPG Key ID: 46C9E26A75AB276C

View File

@ -8,7 +8,7 @@ interface CreateWorkspaceParams {
}
export async function openWorkspaceListModal(page: Page) {
await page.getByTestId('workspace-name').click({
await page.getByTestId('app-sidebar').getByTestId('workspace-name').click({
delay: 50,
});
}