Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment