summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorKamil Trzciński (OoO till 3th) <ayufan@ayufan.eu>2018-07-04 14:51:38 +0000
committerKamil Trzciński (OoO till 3th) <ayufan@ayufan.eu>2018-07-04 14:51:38 +0000
commit170a15514ae6889079d06d0b1be089bda3d29c52 (patch)
tree9d5af4e920b4eff0fc38bf9d846cdff52d0319e2 /qa
parentbcd54f132d9f29afc91f06b14514caed2d27d497 (diff)
parent12d340427ff0a93bb494972c5eded7cf7f6419d6 (diff)
downloadgitlab-ce-170a15514ae6889079d06d0b1be089bda3d29c52.tar.gz
Merge branch '43446-new-cluster-page-tabs' into 'master'
Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/operations/kubernetes/add.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/project/operations/kubernetes/add.rb b/qa/qa/page/project/operations/kubernetes/add.rb
index 9b3c482fa6c..11ebe10fb18 100644
--- a/qa/qa/page/project/operations/kubernetes/add.rb
+++ b/qa/qa/page/project/operations/kubernetes/add.rb
@@ -5,11 +5,11 @@ module QA
module Kubernetes
class Add < Page::Base
view 'app/views/projects/clusters/new.html.haml' do
- element :add_kubernetes_cluster_button, "link_to s_('ClusterIntegration|Add an existing Kubernetes cluster')"
+ element :add_existing_cluster_button, "Add existing cluster"
end
def add_existing_cluster
- click_on 'Add an existing Kubernetes cluster'
+ click_on 'Add existing cluster'
end
end
end