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 06d62cd commit 4fa9922Copy full SHA for 4fa9922
tests/e2e-playwright/tests/tip/test_ti_plan.py
@@ -287,9 +287,9 @@ def test_classic_ti_plan( # noqa: PLR0915
287
logging.INFO,
288
f"Click button - `Add to Report (0)` and wait for {_JLAB_REPORTING_MAX_TIME}",
289
):
290
- ti_iframe.get_by_role(
291
- "button", name="Add to Report (0)", disabled=True
292
- ).nth(0).click()
+ ti_iframe.get_by_role("button", name="Add to Report (0)").nth(
+ 0
+ ).click()
293
page.wait_for_timeout(_JLAB_REPORTING_MAX_TIME)
294
with log_context(
295
0 commit comments