Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pasindur2 committed Aug 30, 2022
1 parent 0d9b527 commit 97b28c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@ When("the user clicks on Forms & Notes tab", () => {
cy.contains("Forms & Notes").click({force: true});
});

Then('form entry widget loads & displays all expected forms', () => {
Then('the empty form table should displayed', () => {
cy.contains("There are no forms to display for this patient");
//TODO: Form management section is still under development.
//TODO: Form management test should be expand after the developments are over
Expand Down
Expand Up @@ -7,4 +7,4 @@ Feature: User Logout
@form-management
Scenario: form entry widget loads & displays all expected forms
When the user clicks on Forms & Notes tab
Then form entry widget loads & displays all expected forms
Then the empty form table should displayed

0 comments on commit 97b28c1

Please sign in to comment.