mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Update tests
This commit is contained in:
parent
768ec3632f
commit
84dfcd089a
5 changed files with 17 additions and 17 deletions
|
|
@ -92,7 +92,7 @@ class MediaTest(BaseTestCase):
|
|||
self.assert_element_visible(Media.container)
|
||||
self.assert_element_visible(Media.video)
|
||||
|
||||
video_thumb = self.get_attribute('video', 'poster')
|
||||
video_thumb = self.get_attribute(Media.video + ' img', 'src')
|
||||
self.assertIn(thumb, video_thumb)
|
||||
|
||||
@parameterized.expand(gallery)
|
||||
|
|
|
|||
Loading…
Reference in a new issue