Skip to content

Commit 91cc9e6

Browse files
committed
fix start_study_from_plus_button
1 parent 1f75400 commit 91cc9e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e-playwright/tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ def _(plus_button_test_id: str) -> None:
591591
with log_context(
592592
logging.INFO, f"Find plus button {plus_button_test_id=} in study browser"
593593
):
594+
page.get_by_test_id("newPlusBtn").click()
594595
page.get_by_test_id(plus_button_test_id).click()
595596

596597
return _

0 commit comments

Comments
 (0)