1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-04-12 00:32:22 -04:00

Update gif class in tests

This commit is contained in:
Zed
2026-03-13 06:19:09 +01:00
parent 35a929c415
commit 0fefcf9917

View File

@@ -79,7 +79,7 @@ class Media(object):
row = '.gallery-row'
image = '.still-image'
video = '.gallery-video'
gif = '.gallery-gif'
gif = '.media-gif'
class BaseTestCase(BaseCase):