Skip to content

Commit 4fa9922

Browse files
committed
typo
1 parent 06d62cd commit 4fa9922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ def test_classic_ti_plan( # noqa: PLR0915
287287
logging.INFO,
288288
f"Click button - `Add to Report (0)` and wait for {_JLAB_REPORTING_MAX_TIME}",
289289
):
290-
ti_iframe.get_by_role(
291-
"button", name="Add to Report (0)", disabled=True
292-
).nth(0).click()
290+
ti_iframe.get_by_role("button", name="Add to Report (0)").nth(
291+
0
292+
).click()
293293
page.wait_for_timeout(_JLAB_REPORTING_MAX_TIME)
294294
with log_context(
295295
logging.INFO,

0 commit comments

Comments
 (0)