Skip to content
Snippets Groups Projects

Icshwi 8500 access level refinement

Merged Imre Toth requested to merge ICSHWI-8500_Access_level_refinement into develop
15 files
+ 134
99
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -2,7 +2,7 @@ Feature: Browse IOC Deployments
Scenario: User wants to browse IOC deployments
Given the user is not logged in and navigates to the deployments page
Then they should get Access deniend
Then they should not get Access deniend
# Scenario: Logged in user wants to browse IOC deployments
# Given the user is logged in
@@ -22,7 +22,7 @@ Feature: Browse IOC Deployments
Scenario: User wants to navigate to a specific IOC deployment
Given the user is not logged in and tries to navigate any deployment details page
Then they should get Access deniend
Then they should not get Access deniend
# Scenario: Logged in user wants to navigate to a specific IOC deployment
# Given the user is on the deployments page
Loading