We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fb5c4 commit 608aceeCopy full SHA for 608acee
tests/test_app/tests/test_components.py
@@ -73,9 +73,11 @@ def test_authorized_user(self):
73
self.page.wait_for_selector("#authorized-user")
74
75
def test_relational_query(self):
76
+ self.page.locator("#relational-query").wait_for()
77
self.page.locator("#relational-query[data-success=true]").wait_for()
78
79
def test_async_relational_query(self):
80
+ self.page.locator("#async-relational-query").wait_for()
81
self.page.locator("#async-relational-query[data-success=true]").wait_for()
82
83
def test_use_query_and_mutation(self):
0 commit comments