Skip to content

Commit

Permalink
Fix locator for react day picker. How did it work before?
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Apr 9, 2024
1 parent 4dcacaf commit 2a4a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/selenium/locators.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LearningCircleCreationPageLocators(object):
SCHEDULE_MEETINGS_BUTTON = (By.ID, "schedule-meetings-btn")
ERROR_MESSAGE = (By.CSS_SELECTOR, ".error-message.minicaps")
TINYMCE_FIELD = (By.ID, "tinymce")
CALENDAR_TODAY = (By.CSS_SELECTOR, ".rdp-day--today")
CALENDAR_TODAY = (By.CSS_SELECTOR, ".rdp-day_today")
ACCEPT_SUGGESTED_DATES_BUTTON = (By.ID, "accept-suggestions-btn")


Expand Down

0 comments on commit 2a4a6dc

Please sign in to comment.