Remove unnecessary changes for job features spec

This commit is contained in:
Shinya Maeda 2018-02-02 21:57:00 +09:00
parent 32c50f7ed0
commit 559e2a1bd6
1 changed files with 5 additions and 5 deletions

View File

@ -272,13 +272,13 @@ feature 'Jobs' do
end
feature 'HTML trace', :js do
context 'when job is running' do
before do
job.run!
before do
job.run!
visit project_job_path(project, job)
end
visit project_job_path(project, job)
end
context 'when job has an initial trace' do
it 'loads job trace' do
expect(page).to have_content 'BUILD TRACE'