Browse Source

fixed name

Rodja Trappe 2 years ago
parent
commit
df6498c8ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test_auto_context.py

+ 1 - 1
tests/test_auto_context.py

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