Skip to content

Commit 1b4bbe6

Browse files
committed
minor
1 parent c54f106 commit 1b4bbe6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def test_classic_ti_plan( # noqa: PLR0915
228228
with log_context(logging.INFO, "Run optimization") as ctx:
229229
run_button = ti_iframe.get_by_role("button", name="Run Optimization")
230230
run_button.click(timeout=_JLAB_RUN_OPTIMIZATION_APPEARANCE_TIME)
231-
232231
start = time.time()
233232
success = False
234233
while (
@@ -242,7 +241,6 @@ def test_classic_ti_plan( # noqa: PLR0915
242241
success = True
243242
break
244243
time.sleep(2)
245-
246244
if not success:
247245
ctx.logger.info("Optimization did not finish in time.")
248246

0 commit comments

Comments
 (0)