Skip to content

Commit 98c9f76

Browse files
committed
Fix user profile test
1 parent 6f985b1 commit 98c9f76

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

5.46 KB
Loading

packages/e2e-tests/src/selectors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,9 @@ export class UserProfileContextMenu {
879879
}
880880

881881
async openEditProfileMenu() {
882+
await sleep(8_000)
882883
const button = await this.driver.wait(
883-
until.elementLocated(By.xpath('//div[@data-testid="contextMenuItemEdit profile"]')),
884+
until.elementLocated(By.xpath('//div[@data-testid="contextMenuItemEdit_profile"]')),
884885
20_000,
885886
'Edit Profile button not found',
886887
500

0 commit comments

Comments
 (0)