aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-05 09:05:46 +0200
committerChocobozzz <me@florianbigard.com>2021-05-05 09:05:46 +0200
commit494e60804d15dfe1675d0390c8a7317911fd643f (patch)
tree5975f57c75215895c4851c490ee3b442c5457097 /client/e2e
parentb76db2ffb429829b5b1efbd80c9181bee8c5de31 (diff)
downloadPeerTube-494e60804d15dfe1675d0390c8a7317911fd643f.tar.gz
PeerTube-494e60804d15dfe1675d0390c8a7317911fd643f.tar.zst
PeerTube-494e60804d15dfe1675d0390c8a7317911fd643f.zip
Fix E2E tests
Diffstat (limited to 'client/e2e')
-rw-r--r--client/e2e/src/po/video-watch.po.ts2
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')