Skip to content
Snippets Groups Projects
Commit 264c1d03 authored by Yas Naoi's avatar Yas Naoi
Browse files

Merge branch '3373299-refactor-bdd-scenarios' into '6.x'

Issue #3373299: Refactor BDD scenarios for OpenStack and K8s

See merge request !1883
parents 1acc8a81 ca2deb2b
No related branches found
No related tags found
No related merge requests found
Pipeline #13642 failed
......@@ -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.
......
......@@ -2,7 +2,7 @@
Feature: Confirm the refresh button works for editable resources
@api
Scenario Outline: Refresh the list of "<resource_type>" for Cloud administrator
Scenario Outline: Refresh the list of "<resource_type>" for Cloud administrator
Given I am logged in as a user with the "Cloud administrator" role
When I visit "/clouds/k8s/<resource_type>"
And I click "Refresh"
......
......@@ -3,7 +3,7 @@ Feature: Create a Drupal role for OpenStack and a user as an "administrator"
@api
Scenario: Create a role
Given I am logged in as a user with the "administrator" role
Given I am logged in as a user with the "Administrator" role
When I visit "/admin/people/roles/add"
And I enter "{{ drupal_role_name }}" for "Role name"
And I enter "{{ drupal_role_name_machine }}" for "Machine-readable name"
......@@ -25,7 +25,7 @@ Feature: Create a Drupal role for OpenStack and a user as an "administrator"
@api
Scenario Outline: Create users
Given I am logged in as a user with the "administrator" role
Given I am logged in as a user with the "Administrator" role
When I visit "/admin/people/create"
And I enter "<drupal_user_name>" for "Username"
And I enter "<drupal_user_password>" for "Password"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment