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 1f75400 commit 91cc9e6Copy full SHA for 91cc9e6
tests/e2e-playwright/tests/conftest.py
@@ -591,6 +591,7 @@ def _(plus_button_test_id: str) -> None:
591
with log_context(
592
logging.INFO, f"Find plus button {plus_button_test_id=} in study browser"
593
):
594
+ page.get_by_test_id("newPlusBtn").click()
595
page.get_by_test_id(plus_button_test_id).click()
596
597
return _
0 commit comments