Commit dbbd7212 authored by Simon Knox's avatar Simon Knox

fix Settings spec -> use hidden class instead of hide

also remove debug
parent 80766821
......@@ -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|
......
......@@ -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')
......
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