]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/po/video-watch.po.ts
Fix E2E tests
[github/Chocobozzz/PeerTube.git] / client / e2e / src / po / video-watch.po.ts
index fb9c3a000661e8628f42c3023c3a3a1043ff3378..b41fe0882343e2ee9715e5ef26aa836ff638af1d 100644 (file)
@@ -86,7 +86,7 @@ export class VideoWatchPage {
     const dropdown = element(by.css('my-video-actions-dropdown .action-button'))
     await dropdown.click()
 
-    const items: ElementFinder[] = await element.all(by.css('my-video-actions-dropdown .dropdown-menu .dropdown-item'))
+    const items: ElementFinder[] = await element.all(by.css('.dropdown-menu.show .dropdown-item'))
 
     for (const item of items) {
       const href = await item.getAttribute('href')