From ef5797687da3d24c158ae9454736d89b8df56333 Mon Sep 17 00:00:00 2001 From: Christiaan Scheermeijer Date: Tue, 11 Oct 2022 10:44:42 +0200 Subject: [PATCH] fix: styling bug fixes (#176) * fix(videodetails): fading poster on top of page elements * fix(player): epg elements on top of player * fix(videodetails): normal poster clipping * chore: revert smooth scrolling on EPG screen * chore(epg): fix e2e tests * chore: fix prettier errors * fix(inlineplayer): player autostart setting not respected --- .../__snapshots__/ConfigSelect.test.tsx.snap | 6 ++ src/components/Player/Player.tsx | 13 ++- .../VideoDetails/VideoDetails.module.scss | 38 +++++--- src/containers/Cinema/Cinema.module.scss | 4 +- src/containers/Cinema/Cinema.tsx | 1 + src/containers/InlinePlayer/InlinePlayer.tsx | 3 + .../PlayerContainer/PlayerContainer.tsx | 4 +- .../mediaScreens/MediaMovie/MediaMovie.tsx | 1 + .../MediaSeriesEpisode/MediaSeriesEpisode.tsx | 1 + .../PlaylistLiveChannels.tsx | 2 +- test-e2e/data/config.test--normal-poster.json | 70 ++++++++++++++ test-e2e/tests/live_channel_test.ts | 95 +++++++++++-------- 12 files changed, 178 insertions(+), 60 deletions(-) create mode 100644 test-e2e/data/config.test--normal-poster.json diff --git a/src/components/ConfigSelect/__snapshots__/ConfigSelect.test.tsx.snap b/src/components/ConfigSelect/__snapshots__/ConfigSelect.test.tsx.snap index 95d54fc54..50123777d 100644 --- a/src/components/ConfigSelect/__snapshots__/ConfigSelect.test.tsx.snap +++ b/src/components/ConfigSelect/__snapshots__/ConfigSelect.test.tsx.snap @@ -56,6 +56,12 @@ exports[` > renders and matches snapshot 1`] = ` > test--no-watchlists +