fix(e2e): added wait time to flaky e2e

This commit is contained in:
2025-02-27 10:54:36 +01:00
committed by wyzula_j
parent 531018b0ac
commit 46b1a228be
+1
View File
@@ -372,6 +372,7 @@ def test_rpc_call_with_exception_in_safeslot_error_popup(connected_client_gui_ob
gui.main.add_dock("test")
qtbot.waitUntil(lambda: len(gui.main.panels) == 2) # default_figure + test
qtbot.wait(500)
with pytest.raises(ValueError):
gui.main.add_dock("test")
# time.sleep(0.1)