remove unnecessary :js option in download_spec
This commit is contained in:
parent
a92693df77
commit
1ad8a42eff
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
require 'spec_helper'
|
||||
|
||||
feature 'Download artifact', :js do
|
||||
feature 'Download artifact' do
|
||||
let(:project) { create(:project, :public) }
|
||||
let(:pipeline) { create(:ci_empty_pipeline, status: :success, project: project) }
|
||||
let(:job) { create(:ci_build, :artifacts, :success, pipeline: pipeline) }
|
||||
|
|
Loading…
Reference in a new issue