Skip to content

Commit 608acee

Browse files
committed
Add another check in query tests
1 parent b6fb5c4 commit 608acee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_app/tests/test_components.py

+2
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ def test_authorized_user(self):
7373
self.page.wait_for_selector("#authorized-user")
7474

7575
def test_relational_query(self):
76+
self.page.locator("#relational-query").wait_for()
7677
self.page.locator("#relational-query[data-success=true]").wait_for()
7778

7879
def test_async_relational_query(self):
80+
self.page.locator("#async-relational-query").wait_for()
7981
self.page.locator("#async-relational-query[data-success=true]").wait_for()
8082

8183
def test_use_query_and_mutation(self):

0 commit comments

Comments
 (0)