Skip to content
Snippets Groups Projects
Commit dbbd7212 authored by Simon Knox's avatar Simon Knox
Browse files

fix Settings spec -> use hidden class instead of hide

also remove debug
parent 80766821
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@
 
.row
.col-lg-12.js-ci-variable-list-section{ data: { save_endpoint: save_endpoint } }
.hide.alert.alert-danger.js-ci-variable-error-box
.hidden.alert.alert-danger.js-ci-variable-error-box
 
%ul.ci-variable-list
- @variables.each.each do |variable|
Loading
Loading
Loading
Loading
@@ -10,8 +10,6 @@ feature 'Multi-file editor new directory', :js do
 
visit project_tree_path(project, :master)
 
live_debug
wait_for_requests
 
click_link('Web IDE')
Loading
Loading
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