mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Update gif class in tests
This commit is contained in:
parent
35a929c415
commit
0fefcf9917
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class Media(object):
|
||||||
row = '.gallery-row'
|
row = '.gallery-row'
|
||||||
image = '.still-image'
|
image = '.still-image'
|
||||||
video = '.gallery-video'
|
video = '.gallery-video'
|
||||||
gif = '.gallery-gif'
|
gif = '.media-gif'
|
||||||
|
|
||||||
|
|
||||||
class BaseTestCase(BaseCase):
|
class BaseTestCase(BaseCase):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue