Loading modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-03-OperateDeployments.feature +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ Feature: Create, read, update and delete a deployment for K8s as "Authenticated Then the url should match "/clouds/k8s/{{ cloud_context }}/deployment" And I should see the success message "has been updated" And I should see neither error nor warning messages And I wait {{ wait }} milliseconds And I click "Refresh" And I click "{{ deployment_name }}" Then the url should match "/clouds/k8s/{{ cloud_context }}/deployment/" And I should see "{{ replica_count_edit }}" Loading modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-04-OperateReplicaSets.feature +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ Feature: Create and delete a ReplicaSet for K8s as "Authenticated User" And the url should match "/clouds/k8s/{{ cloud_context }}/replica_set" And I should see the success message "has been updated" And I should see neither error nor warning messages And I wait {{ wait }} milliseconds And I click "Refresh" And I should see "{{ replicaset_name }}" in the "{{ namespace }}" row And I should see "{{ replica_count_edit }}" in the "{{ namespace }}" row Loading Loading
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-03-OperateDeployments.feature +2 −0 Original line number Diff line number Diff line Loading @@ -88,6 +88,8 @@ Feature: Create, read, update and delete a deployment for K8s as "Authenticated Then the url should match "/clouds/k8s/{{ cloud_context }}/deployment" And I should see the success message "has been updated" And I should see neither error nor warning messages And I wait {{ wait }} milliseconds And I click "Refresh" And I click "{{ deployment_name }}" Then the url should match "/clouds/k8s/{{ cloud_context }}/deployment/" And I should see "{{ replica_count_edit }}" Loading
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-04-OperateReplicaSets.feature +2 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,8 @@ Feature: Create and delete a ReplicaSet for K8s as "Authenticated User" And the url should match "/clouds/k8s/{{ cloud_context }}/replica_set" And I should see the success message "has been updated" And I should see neither error nor warning messages And I wait {{ wait }} milliseconds And I click "Refresh" And I should see "{{ replicaset_name }}" in the "{{ namespace }}" row And I should see "{{ replica_count_edit }}" in the "{{ namespace }}" row Loading