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 7f218ea commit 69cf7cbCopy full SHA for 69cf7cb
‎tests/e2e-playwright/tests/tip/test_ti_plan.py
@@ -325,7 +325,9 @@ def test_classic_ti_plan( # noqa: PLR0915
325
326
with log_context(logging.INFO, "Post process"):
327
# click on the postpro mode button
328
- s4l_postpro_iframe.get_by_test_id("mode-button-postro").click()
+ s4l_postpro_iframe.get_by_test_id(
329
+ "mode-button-postro", timeout=_POST_PRO_MAX_STARTUP_TIME
330
+ ).click()
331
# click on the surface viewer
332
s4l_postpro_iframe.get_by_test_id("tree-item-ti_field.cache").click()
333
s4l_postpro_iframe.get_by_test_id("tree-item-SurfaceViewer").nth(
0 commit comments