Commit 559e2a1b authored by Shinya Maeda's avatar Shinya Maeda

Remove unnecessary changes for job features spec

parent 32c50f7e
......@@ -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'
......
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