Skip to content

Commit

Permalink
fix start_study_from_plus_button
Browse files Browse the repository at this point in the history
  • Loading branch information
odeimaiz committed Jan 30, 2025
1 parent 1f75400 commit 91cc9e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e-playwright/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ def _(plus_button_test_id: str) -> None:
with log_context(
logging.INFO, f"Find plus button {plus_button_test_id=} in study browser"
):
page.get_by_test_id("newPlusBtn").click()
page.get_by_test_id(plus_button_test_id).click()

return _
Expand Down

0 comments on commit 91cc9e6

Please sign in to comment.