Commit 7c977e10 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix failing builds_spec

parent 0e1c4ab9
...@@ -216,7 +216,9 @@ describe "Builds" do ...@@ -216,7 +216,9 @@ describe "Builds" do
@build.run! @build.run!
visit namespace_project_build_path(@project.namespace, @project, @build) visit namespace_project_build_path(@project.namespace, @project, @build)
click_link 'Cancel' click_link 'Cancel'
click_link 'Retry' page.within('.build-header') do
click_link 'Retry build'
end
end end
it 'shows the right status and buttons' do it 'shows the right status and buttons' 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