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 b837ee0 commit 68b2497Copy full SHA for 68b2497
tests/e2e-playwright/tests/tip/test_ti_plan.py
@@ -329,9 +329,7 @@ def test_classic_ti_plan( # noqa: PLR0915
329
330
with log_context(logging.INFO, "Post process"):
331
# click on the postpro mode button
332
- s4l_postpro_iframe.get_by_test_id(
333
- "mode-button-postro", timeout=_POST_PRO_MAX_STARTUP_TIME
334
- ).click()
+ s4l_postpro_iframe.get_by_test_id("mode-button-postro").click()
335
# click on the surface viewer
336
s4l_postpro_iframe.get_by_test_id("tree-item-ti_field.cache").click()
337
s4l_postpro_iframe.get_by_test_id("tree-item-SurfaceViewer").nth(
0 commit comments