Updated tests

This commit is contained in:
Phil Hughes 2016-06-10 12:07:37 +01:00
parent bd257c3d38
commit 998c688699
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ describe "Builds" do
@build.run!
@build.trace = 'BUILD TRACE'
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
it 'sends the right headers' do