Commit 998c6886 authored by Phil Hughes's avatar Phil Hughes

Updated tests

parent bd257c3d
...@@ -184,7 +184,7 @@ describe "Builds" do ...@@ -184,7 +184,7 @@ describe "Builds" do
@build.run! @build.run!
@build.trace = 'BUILD TRACE' @build.trace = 'BUILD TRACE'
visit namespace_project_build_path(@project.namespace, @project, @build) visit namespace_project_build_path(@project.namespace, @project, @build)
page.within('.build-controls') { click_link 'Raw' } page.within('.js-build-sidebar') { click_link 'Raw' }
end end
it 'sends the right headers' do it 'sends the right headers' 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