Skip to content

Commit

Permalink
[MS] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Dec 5, 2024
1 parent 7bd8b93 commit 622e2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/e2e/specs/workspaces_actions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function openContextMenu(page: Page, mode: Mode): Promise<void> {
} else {
const wk = page.locator('.sidebar').locator('.list-sidebar.workspaces').getByRole('listitem').nth(1);
await wk.hover();
await wk.locator('.workspace-option').click();
await wk.locator('.sidebar-item-workspace__option').click();
}
}

Expand Down

0 comments on commit 622e2f2

Please sign in to comment.