Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasindur2 committed Sep 6, 2022
1 parent 91442e5 commit 83d71b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ When("the user clicks on Orders tab", () => {
cy.contains("Orders").click({ force: true });
});

Then("the empty Orders page should display", () => {
Then("the empty orders page should display", () => {
cy.contains("Your basket is empty");
cy.contains("There are no active medications to display for this patient");
cy.contains("There are no past medications to display for this patient");
});

//TODO: Place drug orders
//TODO: Place drug orders (Still on development)
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ Feature: Medications
@patient-medications
Scenario: The user should be able view active and past medications
When the user clicks on Orders tab
Then the empty Orders page should display
Then the empty orders page should display

0 comments on commit 83d71b2

Please sign in to comment.