We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975b54a commit 4ac9322Copy full SHA for 4ac9322
tests/test_client/test_app.py
@@ -21,6 +21,8 @@ def OldComponent():
21
with mount_point:
22
mount_point.mount(OldComponent)
23
driver.get(mount_point.url())
24
+ # ensure the element is displayed before stopping the server
25
+ driver.find_element_by_id("old-component")
26
27
# the server is disconnected but the last view state is still shown
28
driver.find_element_by_id("old-component")
0 commit comments