Skip to content

Commit

Permalink
Merge pull request #12637 from SORMAS-Foundation/SOR-4747
Browse files Browse the repository at this point in the history
SOR-4747
  • Loading branch information
rdutu-vg authored Oct 11, 2023
2 parents 5ba1563 + 4b73fb6 commit dfdf54d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ Feature: Case import and export tests
@tmsLink=SORDEV-10040 @env_main
Scenario: Case basic export test
When API: I create a new person

And API: I check that POST call status code is 200
Then API: I create a new case

And API: I check that POST call status code is 200
Given I log in as a Admin User
And I click on the Cases button from navbar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,6 @@ Feature: Create events
And I fill all fields for a new case created for event participant
And I click on save case button

@tmsLink=SORDEV-9426 @env_main
Scenario: Filter for the report date of events
Given I log in as a National User
And I click on the Events button from navbar
Then I click on Show more filters in Events
And I select Report Date among Event Reference Date options
And I fill in a date range in Date of Event From Epi Week and ...To fields
And I apply on the APPLY FILTERS button from Event
And I check that the dates of displayed Event results are correct

@tmsLink=SORDEV-5571 @env_main
Scenario: Event group screen from Event Directory Page
Given API: I create a new event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@ Feature: Event Directory filters check
And I apply "Archived events" to combobox on Event Directory Page
And I check the number of displayed Event results from All button is 0

@tmsLink=SORDEV-9426 @env_main
Scenario: Filter for the report date of events
Given I log in as a National User
And I click on the Events button from navbar
Then I click on Show more filters in Events
And I select Report Date among Event Reference Date options
And I fill in a date range in Date of Event From Epi Week and ...To fields
And I apply on the APPLY FILTERS button from Event
And I check that the dates of displayed Event results are correct

@tmsLink=SORQA-5969 @env_de
Scenario Outline: Test vaccination status filter <status> and columns to event
Given I log in as a National User
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ Feature: Edit Persons
@tmsLink=SORDEV-10227 @env_de
Scenario: Test Permanent deletion for Person for Travel Entry, Event Participant, Case and Contact combined
Given API: I create a new event

And API: I check that POST call status code is 200
Given I log in as a Admin User
And I click on the Entries button from navbar
Expand Down

0 comments on commit dfdf54d

Please sign in to comment.