Fix tests

This commit is contained in:
Kamil Trzcinski 2015-10-14 20:55:17 +02:00
parent 0ff8975939
commit 4271a2b8ac
1 changed files with 1 additions and 2 deletions

View File

@ -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