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 e3f2989
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -5,6 +5,6 @@ Feature: User Logout
And the user arrives on a patient’s summary page

@form-management
Scenario: form entry widget loads & displays all expected forms
Scenario: Users should be able to manage the submitted forms and add 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 e3f2989

Please sign in to comment.