Commit 183772c4 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken tests

parent 374387b5
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
class="dropdown-toggle btn btn-default build-artifacts has-tooltip js-pipeline-dropdown-download" class="dropdown-toggle btn btn-default build-artifacts has-tooltip js-pipeline-dropdown-download"
title="Artifacts" title="Artifacts"
data-placement="top" data-placement="top"
data-toggle="dropdown"
aria-label="Artifacts" aria-label="Artifacts"
> >
<i class="fa fa-download" aria-hidden="true"></i> <i class="fa fa-download" aria-hidden="true"></i>
......
require 'spec_helper' require 'spec_helper'
feature 'project commit pipelines' do feature 'project commit pipelines', js: true do
given(:project) { create(:project) } given(:project) { create(:project) }
background do background do
......
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