Skip to content

Commit

Permalink
ci: merge main to release
Browse files Browse the repository at this point in the history
ci: merge main to release
  • Loading branch information
rjsparks authored Nov 29, 2023
2 parents bb2e780 + 63210c1 commit 7d5afaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/meeting/tests_js.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,7 @@ def advance_month():
def do_upcoming_view_filter_test(self, querystring, visible_meetings=()):
self.login()
self.driver.get(self.absreverse('ietf.meeting.views.upcoming') + querystring)
time.sleep(0.2) # gross, but give the filter JS time to do its thing
self.assert_upcoming_meeting_visibility(visible_meetings)
self.assert_upcoming_meeting_calendar(visible_meetings)
self.assert_upcoming_view_filter_matches_ics_filter(querystring)
Expand Down

0 comments on commit 7d5afaf

Please sign in to comment.