summaryrefslogtreecommitdiff
path: root/spec/features/groups/clusters/eks_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/groups/clusters/eks_spec.rb')
-rw-r--r--spec/features/groups/clusters/eks_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/groups/clusters/eks_spec.rb b/spec/features/groups/clusters/eks_spec.rb
index 3cca2d0919c..0e64a2faf3e 100644
--- a/spec/features/groups/clusters/eks_spec.rb
+++ b/spec/features/groups/clusters/eks_spec.rb
@@ -20,8 +20,8 @@ RSpec.describe 'Group AWS EKS Cluster', :js do
before do
visit group_clusters_path(group)
- click_button 'Actions'
- click_link 'Create a new cluster'
+ click_button(class: 'dropdown-toggle-split')
+ click_link 'Create a cluster (deprecated)'
end
context 'when user creates a cluster on AWS EKS' do