Commit add31696 authored by Tamaki Fujino's avatar Tamaki Fujino Committed by Yas Naoi
Browse files

Issue #3275521 by TamakiFujino, yas: Hotfix - Fix the capitalization against...

Issue #3275521 by TamakiFujino, yas: Hotfix - Fix the capitalization against Drupal user interface standards
parent 7a8f93f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Feature: Create resources for K8s as "Administrator"
    Given I am logged in as a user with the "Cloud administrator" role
    When I visit "/admin/structure/cloud_config/add/k8s"
    And I enter "{{ k8s_cloud_service_provider_name_entered }}" for "Name"
    And I enter "{{ api_server }}" for "API Server"
    And I enter "{{ api_server }}" for "API server"
    And I enter "{{ api_server_token }}" for "Token"
    And I press "Save"
    Then I should be on "/admin/structure/cloud_config"