Skip to content

Commit cc3e381

Browse files
committed
Add some sleepy time before clicking disconnect
1 parent 3282506 commit cc3e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_app/tests/test_components.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def test_component_use_auth_no_rerender(self):
358358

359359
# Make sure #use-auth[data-username="user_5"] does not appear
360360
with pytest.raises(TimeoutError):
361-
self.page.wait_for_selector("#use-auth-no-rerender[data-username='user_5']", timeout=1)
361+
self.page.wait_for_selector("#use-auth-no-rerender[data-username='user_5']", timeout=2)
362362

363363
# Press disconnect and see if #use-auth[data-username="user_5"] appears
364364
self.page.wait_for_selector("#use-auth-no-rerender .disconnect").click(delay=CLICK_DELAY)

0 commit comments

Comments
 (0)