Updated tests
This commit is contained in:
parent
bd257c3d38
commit
998c688699
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue