Commit 0e5f4f11 authored by shota niioka's avatar shota niioka Committed by Yas Naoi
Browse files

Issue #3292767 by shota niioka, kumikoono, yas: Fix a BDD test suite for...

Issue #3292767 by shota niioka, kumikoono, yas: Fix a BDD test suite for ReplicaSets and Deployments
parent c37a7e41
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 }}"
+2 −0
Original line number Diff line number Diff line
@@ -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