Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-09-18 20:14:25 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-09-18 20:14:25 +0300
commit583cc364b64810dc51444a20bf5d33729e8995c9 (patch)
tree9a6d4d9e4b92dad7dd9b4cc950fba336a77dfca5 /spec
parent187b8e74ffe9eea6d6b592e106602d95923325e2 (diff)
Improve cluster apps installation flow
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/clusters/user_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/clusters/user_spec.rb b/spec/features/projects/clusters/user_spec.rb
index 00941efc8c8..2b4998ed5ac 100644
--- a/spec/features/projects/clusters/user_spec.rb
+++ b/spec/features/projects/clusters/user_spec.rb
@@ -86,7 +86,6 @@ describe 'User Cluster', :js do
context 'when user disables the cluster' do
before do
page.find(:css, '.js-cluster-enable-toggle-area .js-project-feature-toggle').click
- fill_in 'cluster_name', with: 'dev-cluster'
page.within('#cluster-integration') { click_button 'Save changes' }
end