Skip to content

Commit a53ece4

Browse files
committed
add delay to typing
1 parent 1e1d979 commit a53ece4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app/tests/test_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_use_query_and_mutation(self):
9292
item_ids = list(range(5))
9393

9494
for i in item_ids:
95-
todo_input.type(f"sample-{i}")
95+
todo_input.type(f"sample-{i}", delay=10)
9696
todo_input.press("Enter")
9797
self.page.wait_for_selector(f"#todo-item-sample-{i}")
9898
self.page.wait_for_selector(f"#todo-item-sample-{i}-checkbox").click()

0 commit comments

Comments
 (0)