diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-14 20:55:17 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-14 22:42:36 +0200 |
commit | 4271a2b8acf85f2ca31b0e377db5154a38576487 (patch) | |
tree | fb71c3f977cd117f0de1bcd2bb4abb9a8b08725c /spec/features | |
parent | 0ff8975939846a3d013421d1f46baf3cbb77dec2 (diff) | |
download | gitlab-ce-4271a2b8acf85f2ca31b0e377db5154a38576487.tar.gz |
Fix tests
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/builds_spec.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/features/builds_spec.rb b/spec/features/builds_spec.rb index 941e45408a7..154857e77fe 100644 --- a/spec/features/builds_spec.rb +++ b/spec/features/builds_spec.rb @@ -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 |