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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2017-12-12 17:17:14 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-12-12 17:17:14 +0300
commitd673628de003d1ce1402f03311066339828fb811 (patch)
tree11be734cba3522f4c964c2941427b99f7ae4a442 /spec/features
parent51172fdf81a8ef4eda20de5a92d3c997a7b124c9 (diff)
parent5a1ebf1d93f3a8d1d486b091f5436440bed5a52b (diff)
Merge branch 'single-list-multiple-clusters' into 'master'
Use Single list for multiple clusters See merge request gitlab-org/gitlab-ce!15848
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/clusters_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/features/projects/clusters_spec.rb b/spec/features/projects/clusters_spec.rb
index 008bdf2044b..93929bf6814 100644
--- a/spec/features/projects/clusters_spec.rb
+++ b/spec/features/projects/clusters_spec.rb
@@ -35,17 +35,6 @@ feature 'Clusters', :js do
expect(page).to have_selector('.gl-responsive-table-row', count: 2)
end
- it 'user sees navigation tabs' do
- expect(page.find('.js-active-tab').text).to include('Active')
- expect(page.find('.js-active-tab .badge').text).to include('1')
-
- expect(page.find('.js-inactive-tab').text).to include('Inactive')
- expect(page.find('.js-inactive-tab .badge').text).to include('0')
-
- expect(page.find('.js-all-tab').text).to include('All')
- expect(page.find('.js-all-tab .badge').text).to include('1')
- end
-
context 'inline update of cluster' do
it 'user can update cluster' do
expect(page).to have_selector('.js-toggle-cluster-list')