-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Build acceptance test for appointments.missed #691
Comments
@billybonks, I was trying to pick up these missing acceptance tests issues, but then saw that some or most do in fact exist (i.e., https://github.com/HospitalRun/hospitalrun-frontend/blob/master/tests/acceptance/appointments-test.js#L27 ) So I am pretty sure I am missing something. |
@billybonks I think test for this exists as @migbar suggested |
@migbar and @emadehsan you are correct. I will close this issue. |
@jkleinsc Is that intended? I looked into this a couple of days ago and made it go to |
@BogdanAlexandru I "missed" that 😄 ! I'll reopen the issue. I just took a quick look and I think the problem is that the missed appointments only shows this weeks missed appointments, so if the appointment wasn't for this week, it will not show up. I am going to add another issue to add a date filter for missed appointments. |
@BogdanAlexandru I just realized that the missed appointments functionality can be entirely done via the appointments search screen. I would change the test to use that screen (eg appointments/search?startDate=1491192000000&status=Missed) instead of the appointments/missed URL. I don't think we need a separate menu option for appointments/missed and am going to log an issue to remove that menu option. |
In order to effectively use the no missing translations test, we need to make sure that every page is visited during acceptance tests.
This issue tracks the missing
appointments.missed
acceptance testfor ember new commers the value
some.route
is the route that's missing you can find them under router.jsThe text was updated successfully, but these errors were encountered: