Skip to content

Commit

Permalink
Add another check in query tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Dec 9, 2024
1 parent b6fb5c4 commit 608acee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_app/tests/test_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ def test_authorized_user(self):
self.page.wait_for_selector("#authorized-user")

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

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

def test_use_query_and_mutation(self):
Expand Down

0 comments on commit 608acee

Please sign in to comment.