@@ -103,10 +103,13 @@ def test_audio_Artist_mixins_edit_advanced_settings(artist):
103103@pytest .mark .xfail (reason = "Changing images fails randomly" )
104104def test_audio_Artist_mixins_images (artist ):
105105 test_mixins .lock_art (artist )
106+ test_mixins .lock_logo (artist )
106107 test_mixins .lock_poster (artist )
107108 test_mixins .edit_art (artist )
109+ test_mixins .edit_logo (artist )
108110 test_mixins .edit_poster (artist )
109111 test_mixins .attr_artUrl (artist )
112+ test_mixins .attr_logoUrl (artist )
110113 test_mixins .attr_posterUrl (artist )
111114
112115
@@ -233,10 +236,13 @@ def test_audio_Album_artist(album):
233236@pytest .mark .xfail (reason = "Changing images fails randomly" )
234237def test_audio_Album_mixins_images (album ):
235238 test_mixins .lock_art (album )
239+ test_mixins .lock_logo (album )
236240 test_mixins .lock_poster (album )
237241 test_mixins .edit_art (album )
242+ test_mixins .edit_logo (album )
238243 test_mixins .edit_poster (album )
239244 test_mixins .attr_artUrl (album )
245+ test_mixins .attr_logoUrl (album )
240246 test_mixins .attr_posterUrl (album )
241247
242248
@@ -424,6 +430,7 @@ def test_audio_Track_sonicAdventure(account_plexpass, music):
424430
425431def test_audio_Track_mixins_images (track ):
426432 test_mixins .attr_artUrl (track )
433+ test_mixins .attr_logoUrl (track )
427434 test_mixins .attr_posterUrl (track )
428435
429436
0 commit comments