@@ -694,8 +694,10 @@ def test_video_Movie_mixins_edit_advanced_settings(movie):
694694@pytest .mark .xfail (reason = "Changing images fails randomly" )
695695def test_video_Movie_mixins_images (movie ):
696696 test_mixins .lock_art (movie )
697+ test_mixins .lock_logo (movie )
697698 test_mixins .lock_poster (movie )
698699 test_mixins .edit_art (movie )
700+ test_mixins .edit_logo (movie )
699701 test_mixins .edit_poster (movie )
700702
701703
@@ -961,8 +963,10 @@ def test_video_Show_mixins_edit_advanced_settings(show):
961963@pytest .mark .xfail (reason = "Changing images fails randomly" )
962964def test_video_Show_mixins_images (show ):
963965 test_mixins .lock_art (show )
966+ test_mixins .lock_logo (show )
964967 test_mixins .lock_poster (show )
965968 test_mixins .edit_art (show )
969+ test_mixins .edit_logo (show )
966970 test_mixins .edit_poster (show )
967971 test_mixins .attr_artUrl (show )
968972 test_mixins .attr_posterUrl (show )
@@ -1118,8 +1122,10 @@ def test_video_Season_episodes(show):
11181122def test_video_Season_mixins_images (show ):
11191123 season = show .season (season = 1 )
11201124 test_mixins .lock_art (season )
1125+ test_mixins .lock_logo (season )
11211126 test_mixins .lock_poster (season )
11221127 test_mixins .edit_art (season )
1128+ test_mixins .edit_logo (season )
11231129 test_mixins .edit_poster (season )
11241130 test_mixins .attr_artUrl (season )
11251131 test_mixins .attr_posterUrl (season )
@@ -1336,8 +1342,10 @@ def test_video_Episode_unwatched(tvshows):
13361342@pytest .mark .xfail (reason = "Changing images fails randomly" )
13371343def test_video_Episode_mixins_images (episode ):
13381344 test_mixins .lock_art (episode )
1345+ test_mixins .lock_logo (episode )
13391346 test_mixins .lock_poster (episode )
1340- # test_mixins.edit_art(episode) # Uploading episode artwork is broken in Plex
1347+ test_mixins .edit_art (episode )
1348+ test_mixins .edit_logo (episode )
13411349 test_mixins .edit_poster (episode )
13421350 test_mixins .attr_artUrl (episode )
13431351 test_mixins .attr_posterUrl (episode )
0 commit comments