Skip to content

Commit 80b1471

Browse files
committed
Merge branch 'use_database' of https://github.com/idom-team/django-idom into use_database
2 parents 949e815 + a53ece4 commit 80b1471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/pkg-deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
channels >=3.0.0
2-
idom >=0.40.1, <0.41.0
2+
idom >=0.40.2, <0.41.0
33
aiofile >=3.0
44
typing_extensions

tests/test_app/tests/test_components.py

+1-1
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)