Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #261 from codyarose/codyarose_HospitalRun
Browse files Browse the repository at this point in the history
HospitalRun PR feedback improvement
  • Loading branch information
nobrayner authored Jan 11, 2021
2 parents 6c62b5b + 012bd0a commit 0bf14fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/HospitalRun.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('HospitalRun', () => {
const { store } = setup('/appointments', [Permissions.ReadAppointments])

expect(
screen.getByRole('button', { name: /scheduling.appointments.new/i }),
screen.getByRole('heading', { name: /scheduling\.appointments\.label/i }),
).toBeInTheDocument()

expect(store.getActions()).toContainEqual(
Expand Down

0 comments on commit 0bf14fd

Please sign in to comment.