diff options
Diffstat (limited to 'client/e2e/src/po/video-watch.po.ts')
-rw-r--r-- | client/e2e/src/po/video-watch.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/po/video-watch.po.ts b/client/e2e/src/po/video-watch.po.ts index fb9c3a000..b41fe0882 100644 --- a/client/e2e/src/po/video-watch.po.ts +++ b/client/e2e/src/po/video-watch.po.ts | |||
@@ -86,7 +86,7 @@ export class VideoWatchPage { | |||
86 | const dropdown = element(by.css('my-video-actions-dropdown .action-button')) | 86 | const dropdown = element(by.css('my-video-actions-dropdown .action-button')) |
87 | await dropdown.click() | 87 | await dropdown.click() |
88 | 88 | ||
89 | const items: ElementFinder[] = await element.all(by.css('my-video-actions-dropdown .dropdown-menu .dropdown-item')) | 89 | const items: ElementFinder[] = await element.all(by.css('.dropdown-menu.show .dropdown-item')) |
90 | 90 | ||
91 | for (const item of items) { | 91 | for (const item of items) { |
92 | const href = await item.getAttribute('href') | 92 | const href = await item.getAttribute('href') |