Skip to content
Snippets Groups Projects

Issue #3373299: Refactor BDD scenarios for OpenStack and K8s

Merged Yas Naoi requested to merge issue/cloud-3373299:3373299-refactor-bdd-scenarios into 6.x
Files
3
@@ -33,7 +33,7 @@ Feature: Confirm default K8s resources
| service_account | see |
@api
Scenario Outline: Verify absence of default resources for cloud administrator
Scenario Outline: Verify absence of default resources for Cloud administrator
Given I am logged in as a user with the "Cloud administrator" role
When I visit "/clouds/k8s/<resource_type>"
# DO NOT change <status> to "<status>" since <status> is not an :arg1.
@@ -62,7 +62,7 @@ Feature: Confirm default K8s resources
| service_account | not see |
@api
Scenario Outline: Verify absence of default resources for administrator
Scenario Outline: Verify absence of default resources for Administrator
Given I am logged in as a user with the "Administrator" role
When I visit "/clouds/k8s/<resource_type>"
# DO NOT change <status> to "<status>" since <status> is not an :arg1.
Loading