diff --git a/tests/test_video_side_shell.py b/tests/test_video_side_shell.py index 21070534..67320f3a 100644 --- a/tests/test_video_side_shell.py +++ b/tests/test_video_side_shell.py @@ -330,9 +330,9 @@ def test_video_worker_orbs_referenced_and_isolated(): def test_show_detail_subpage_present(): block = _block( _INDEX, r'
") - # Hero + season tree containers the renderer fills. - for hook in ('data-vd-backdrop', 'data-vd-poster', 'data-vd-title', 'data-vd-badges', - 'data-vd-overview', 'data-vd-stats', 'data-vd-seasons'): + # Netflix billboard + episodes containers the renderer fills. + for hook in ('data-vd-backdrop', 'data-vd-poster', 'data-vd-title', 'data-vd-meta', + 'data-vd-overview', 'data-vd-actions', 'data-vd-season-select', 'data-vd-episodes'): assert hook in block, hook # Back button reuses the shared data-video-goto nav (no inline handler). assert 'data-video-goto="video-library"' in block diff --git a/webui/index.html b/webui/index.html index 5896e6c7..ef0dab84 100644 --- a/webui/index.html +++ b/webui/index.html @@ -816,36 +816,33 @@ Isolated: built by video/video-detail.js, styled by .vd-* in video-side.css. Inspired by the music artist-detail vibe. -->