Commit d885f8a1 authored by Fabio Pitino's avatar Fabio Pitino

Fix failing specs

parent 44796f34
......@@ -22,7 +22,7 @@ describe 'User browses a job', :js do
wait_for_requests
expect(page).to have_content("Job ##{build.id}")
expect(page).to have_css('.js-build-trace')
expect(page).to have_css('.job-log')
# scroll to the top of the page first
execute_script "window.scrollTo(0,0)"
......
......@@ -809,7 +809,8 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
it 'renders job log' do
wait_for_all_requests
expect(page).to have_selector('.js-build-trace')
# todo
expect(page).to have_selector('.job-log')
end
end
......
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