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

Fix specs

parent 42dc515f
- breadcrumb_title "Details"
- @no_container = true
= render 'head'
= render 'groups/home_panel'
.groups-header{ class: container_class }
......
......@@ -4,7 +4,7 @@
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'common_d3'
= webpack_bundle_tag 'monitoring'
.prometheus-container{ class: container_class }
.top-area
.row
......
......@@ -4,7 +4,6 @@
- content_for :page_specific_javascripts do
= page_specific_javascript_bundle_tag('common_d3')
= page_specific_javascript_bundle_tag('graphs')
= render 'head'
%div{ class: container_class }
.sub-header-block
......
......@@ -405,7 +405,7 @@ feature 'Issues > Labels bulk assignment' do
end
def update_issues
click_button 'Update all'
find('.update-selected-issues').trigger('click')
wait_for_requests
end
......
......@@ -118,7 +118,7 @@ feature 'Multiple issue updating from issues#index', :js do
end
def click_update_issues_button
find('.update-selected-issues').click
find('.update-selected-issues').trigger('click')
wait_for_requests
end
end
......@@ -127,7 +127,7 @@ feature 'Multiple merge requests updating from merge_requests#index' do
end
def click_update_merge_requests_button
find('.update-selected-issues').click
find('.update-selected-issues').trigger('click')
wait_for_requests
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