Commit ca980de3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix specs

parent 42dc515f
- breadcrumb_title "Details" - breadcrumb_title "Details"
- @no_container = true - @no_container = true
= render 'head'
= render 'groups/home_panel' = render 'groups/home_panel'
.groups-header{ class: container_class } .groups-header{ class: container_class }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
= webpack_bundle_tag 'common_vue' = webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'common_d3' = webpack_bundle_tag 'common_d3'
= webpack_bundle_tag 'monitoring' = webpack_bundle_tag 'monitoring'
.prometheus-container{ class: container_class } .prometheus-container{ class: container_class }
.top-area .top-area
.row .row
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
- content_for :page_specific_javascripts do - content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3') = page_specific_javascript_bundle_tag('common_d3')
= page_specific_javascript_bundle_tag('graphs') = page_specific_javascript_bundle_tag('graphs')
= render 'head'
%div{ class: container_class } %div{ class: container_class }
.sub-header-block .sub-header-block
......
...@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do ...@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
end end
def update_issues def update_issues
click_button 'Update all' find('.update-selected-issues').trigger('click')
wait_for_requests wait_for_requests
end end
......
...@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do ...@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do
end end
def click_update_issues_button def click_update_issues_button
find('.update-selected-issues').click find('.update-selected-issues').trigger('click')
wait_for_requests wait_for_requests
end end
end end
...@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do ...@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do
end end
def click_update_merge_requests_button def click_update_merge_requests_button
find('.update-selected-issues').click find('.update-selected-issues').trigger('click')
wait_for_requests wait_for_requests
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment