summaryrefslogtreecommitdiff
path: root/spec/features/builds_spec.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 20:55:17 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 22:42:36 +0200
commit4271a2b8acf85f2ca31b0e377db5154a38576487 (patch)
treefb71c3f977cd117f0de1bcd2bb4abb9a8b08725c /spec/features/builds_spec.rb
parent0ff8975939846a3d013421d1f46baf3cbb77dec2 (diff)
downloadgitlab-ce-4271a2b8acf85f2ca31b0e377db5154a38576487.tar.gz
Fix tests
Diffstat (limited to 'spec/features/builds_spec.rb')
-rw-r--r--spec/features/builds_spec.rb3
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