diff options
Diffstat (limited to 'client/e2e/src')
-rw-r--r-- | client/e2e/src/po/my-account.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/my-account.ts b/client/e2e/src/po/my-account.ts index 8b5e79b5e..b51614fd9 100644 --- a/client/e2e/src/po/my-account.ts +++ b/client/e2e/src/po/my-account.ts | |||
@@ -39,7 +39,7 @@ export class MyAccountPage { | |||
39 | 39 | ||
40 | await container.$('.dropdown-toggle').click() | 40 | await container.$('.dropdown-toggle').click() |
41 | 41 | ||
42 | const dropdownMenu = () => container.$('.dropdown-menu .dropdown-item:nth-child(2)') | 42 | const dropdownMenu = () => container.$$('.dropdown-menu .dropdown-item')[1] |
43 | 43 | ||
44 | await dropdownMenu().waitForDisplayed() | 44 | await dropdownMenu().waitForDisplayed() |
45 | return dropdownMenu().click() | 45 | return dropdownMenu().click() |