Skip to content

Commit

Permalink
Updates unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Shaw <ryan.shaw@adhocteam.us>
  • Loading branch information
ryanshaw committed Feb 17, 2024
1 parent b16b7f4 commit c61a9cc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -86,8 +86,8 @@ describe('VAOS <AppointmentsPage>', () => {
},
});

expect(screen.getByText(/Schedule primary or specialty care appointments./))
.to.be.ok;
expect(screen.getByText(/Schedule and manage health appointments/)).to.be
.ok;
userEvent.click(
await screen.findByRole('button', { name: /Start scheduling/i }),
);
Expand Down

0 comments on commit c61a9cc

Please sign in to comment.