Skip to content

Commit 68b2497

Browse files
authored
🐛E2E: Fix wrong argument name
1 parent b837ee0 commit 68b2497

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/e2e-playwright/tests/tip/test_ti_plan.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,9 +329,7 @@ def test_classic_ti_plan( # noqa: PLR0915
329329

330330
with log_context(logging.INFO, "Post process"):
331331
# 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()
332+
s4l_postpro_iframe.get_by_test_id("mode-button-postro").click()
335333
# click on the surface viewer
336334
s4l_postpro_iframe.get_by_test_id("tree-item-ti_field.cache").click()
337335
s4l_postpro_iframe.get_by_test_id("tree-item-SurfaceViewer").nth(

0 commit comments

Comments
 (0)