diff --git a/sormas-e2e-tests/src/test/resources/features/sanity/web/CaseImportExport.feature b/sormas-e2e-tests/src/test/resources/features/sanity/web/CaseImportExport.feature index 986035cd1c2..169691a6d89 100644 --- a/sormas-e2e-tests/src/test/resources/features/sanity/web/CaseImportExport.feature +++ b/sormas-e2e-tests/src/test/resources/features/sanity/web/CaseImportExport.feature @@ -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 diff --git a/sormas-e2e-tests/src/test/resources/features/sanity/web/Event.feature b/sormas-e2e-tests/src/test/resources/features/sanity/web/Event.feature index 0985f3e5740..da9f737bd61 100644 --- a/sormas-e2e-tests/src/test/resources/features/sanity/web/Event.feature +++ b/sormas-e2e-tests/src/test/resources/features/sanity/web/Event.feature @@ -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 diff --git a/sormas-e2e-tests/src/test/resources/features/sanity/web/EventFilters.feature b/sormas-e2e-tests/src/test/resources/features/sanity/web/EventFilters.feature index d9c12d7a6a8..83cbd363493 100644 --- a/sormas-e2e-tests/src/test/resources/features/sanity/web/EventFilters.feature +++ b/sormas-e2e-tests/src/test/resources/features/sanity/web/EventFilters.feature @@ -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 and columns to event Given I log in as a National User diff --git a/sormas-e2e-tests/src/test/resources/features/sanity/web/Persons.feature b/sormas-e2e-tests/src/test/resources/features/sanity/web/Persons.feature index 13c1fb6b575..94b27dad453 100644 --- a/sormas-e2e-tests/src/test/resources/features/sanity/web/Persons.feature +++ b/sormas-e2e-tests/src/test/resources/features/sanity/web/Persons.feature @@ -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