tests(user-interaction-e2e): add module scoped e2e tests with user interaction; closes #508

This commit is contained in:
2025-05-06 11:28:12 +02:00
parent a6c479e42e
commit 75a2780fe0
10 changed files with 790 additions and 30 deletions
@@ -136,7 +136,7 @@ def test_async_plotting(qtbot, bec_client_lib, connected_client_gui_obj):
dev.waveform.sim.select_model("GaussianModel")
dev.waveform.sim.params = {"amplitude": 1000, "center": 4000, "sigma": 300}
dev.waveform.async_update.set("add").wait()
dev.waveform.waveform_shape.set(1000).wait()
dev.waveform.waveform_shape.set(10000).wait()
wf = dock.new("wf_dock").new("Waveform")
curve = wf.plot(y_name="waveform")