Rodja Trappe hace 2 años
padre
commit
df6498c8ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/test_auto_context.py

+ 1 - 1
tests/test_auto_context.py

@@ -45,6 +45,6 @@ card
 card
   B
 ''' in screen.render_content():
-        user.wait(0.1)
+        screen.wait(0.1)
     else:
         raise AssertionError(f'{screen.render_content()} should show cards with "A" and "B"')