]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/e2e/src/po/player.po.ts
Fix videos language tests
[github/Chocobozzz/PeerTube.git] / client / e2e / src / po / player.po.ts
index fca3bcdbab6a0d046ea875cda3d17f3a5c2f4b66..a20e683bceb33767a13b0cb4c10c8a28b0a96105 100644 (file)
@@ -35,7 +35,7 @@ export class PlayerPage {
 
     // Autoplay is disabled on iOS and Safari
     if (isIOS() || isSafari() || isMobileDevice()) {
-      // We can't play the video using protractor if it is not muted
+      // We can't play the video if it is not muted
       await browser.execute(`document.querySelector('video').muted = true`)
       await this.clickOnPlayButton()
     } else if (isAutoplay === false) {