SORMAS-Foundation / SORMAS-Project

SORMAS (Surveillance, Outbreak Response Management and Analysis System) is an early warning and management system to fight the spread of infectious diseases.
https://sormas.org
GNU General Public License v3.0
293 stars 142 forks source link

Create an automation test where the Tab Hospitalization from Case is covered #5615

Closed BojteTamas closed 3 years ago

BojteTamas commented 3 years ago
  Scenario: Edit all fields from Hospitalization tab
    Given I create a case using the api
    Given I log in with the user
     When I am accessing the Hospitalization tab using of created case via api
     Then I check and fill all data
      And I click on save
      And I am accessing the cases
     When I am accessing the Hospitalization tab using of created case via api
      And I am checking all data is saved and displayed

Additional info

Mihai-Bota commented 3 years ago

JIRA ticket: https://jira.vitagroup.ag/browse/SOR-1539