X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fe2e%2Fsrc%2Fpo%2Fplayer.po.ts;h=a20e683bceb33767a13b0cb4c10c8a28b0a96105;hb=96aac530c7279fe6c038d087f55aac6ddb785a5e;hp=fca3bcdbab6a0d046ea875cda3d17f3a5c2f4b66;hpb=6d210220be0875d63461829d83c6e3a59d05cf7a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/e2e/src/po/player.po.ts b/client/e2e/src/po/player.po.ts index fca3bcdba..a20e683bc 100644 --- a/client/e2e/src/po/player.po.ts +++ b/client/e2e/src/po/player.po.ts @@ -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) {