From afb7d2d5c6ca09d2c678781ae4dd3f527604c1b4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Oct 2021 11:50:22 +0200 Subject: Remove protractor workaround We don't use it anymore --- client/e2e/src/po/player.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src') 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) { -- cgit v1.2.3