Explorar o código

Update gif class in tests

Zed hai 6 meses
pai
achega
0fefcf9917
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/base.py

+ 1 - 1
tests/base.py

@@ -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):