Skip to content
Snippets Groups Projects
Commit ca980de3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix specs

parent 42dc515f
No related branches found
No related tags found
No related merge requests found
- breadcrumb_title "Details"
- @no_container = true
 
= render 'head'
= render 'groups/home_panel'
 
.groups-header{ class: container_class }
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
 
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment