Commit 4271a2b8 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix tests

parent 0ff89759
......@@ -53,8 +53,7 @@ describe "Builds" do
visit cancel_all_namespace_project_builds_path(@gl_project.namespace, @gl_project)
end
it { expect(page).to have_content 'All' }
it { expect(page).to have_content 'canceled' }
it { expect(page).to have_content 'No builds to show' }
it { expect(page).to_not have_content 'Cancel all' }
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