I would suggest that this isn’t a bug but rather a feature. More specifically, there’s a global property called appointmentschedulingui.includeWeekends
which defaults to false
and which controls whether or not it’s possible to create an appointment on the weekend. Thus, instead of trying to fix the module, what ought to be done is to fix the test from using a function called clickOnCurrentDay()
to using something called clickOnNextWeekday()
or similar.
4 Likes