We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3282506 commit cc3e381Copy full SHA for cc3e381
tests/test_app/tests/test_components.py
@@ -358,7 +358,7 @@ def test_component_use_auth_no_rerender(self):
358
359
# Make sure #use-auth[data-username="user_5"] does not appear
360
with pytest.raises(TimeoutError):
361
- self.page.wait_for_selector("#use-auth-no-rerender[data-username='user_5']", timeout=1)
+ self.page.wait_for_selector("#use-auth-no-rerender[data-username='user_5']", timeout=2)
362
363
# Press disconnect and see if #use-auth[data-username="user_5"] appears
364
self.page.wait_for_selector("#use-auth-no-rerender .disconnect").click(delay=CLICK_DELAY)
0 commit comments