We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 949e815 + a53ece4 commit 80b1471Copy full SHA for 80b1471
requirements/pkg-deps.txt
@@ -1,4 +1,4 @@
1
channels >=3.0.0
2
-idom >=0.40.1, <0.41.0
+idom >=0.40.2, <0.41.0
3
aiofile >=3.0
4
typing_extensions
tests/test_app/tests/test_components.py
@@ -92,7 +92,7 @@ def test_use_query_and_mutation(self):
92
item_ids = list(range(5))
93
94
for i in item_ids:
95
- todo_input.type(f"sample-{i}")
+ todo_input.type(f"sample-{i}", delay=10)
96
todo_input.press("Enter")
97
self.page.wait_for_selector(f"#todo-item-sample-{i}")
98
self.page.wait_for_selector(f"#todo-item-sample-{i}-checkbox").click()
0 commit comments