]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/po/my-account.po.ts
Add ability to filter my imports by target URL
[github/Chocobozzz/PeerTube.git] / client / e2e / src / po / my-account.po.ts
index 13a764e8782464c087a1975924deb907851e2f00..20dafbf0616eccb06ce1b3b58fd7b6471ea4a13c 100644 (file)
@@ -31,7 +31,7 @@ export class MyAccountPage {
   }
 
   async clickOnP2PCheckbox () {
-    const p2p = getCheckbox('p2pEnabled')
+    const p2p = await getCheckbox('p2pEnabled')
 
     await p2p.waitForClickable()
     await p2p.scrollIntoView(false) // Avoid issues with fixed header on firefox