Fix tests
This commit is contained in:
parent
0ff8975939
commit
4271a2b8ac
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue