Commit ef7f002e authored by Clement Ho's avatar Clement Ho

Merge branch 'bootstrap4' of gitlab.com:gitlab-org/gitlab-ce into bootstrap4

parents 56982fcf dc69ae17
......@@ -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')
......
......@@ -14,7 +14,9 @@ describe('SidebarMoveIssue', function () {
this.$content = $(`
<div class="dropdown">
<div class="js-toggle"></div>
<div class="dropdown-content"></div>
<div class="dropdown-menu">
<div class="dropdown-content"></div>
</div>
<div class="js-confirm-button"></div>
</div>
`);
......
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