浏览代码

fixed name

Rodja Trappe 2 年之前
父节点
当前提交
df6498c8ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"')