From 4271a2b8acf85f2ca31b0e377db5154a38576487 Mon Sep 17 00:00:00 2001
From: Kamil Trzcinski <ayufan@ayufan.eu>
Date: Wed, 14 Oct 2015 20:55:17 +0200
Subject: [PATCH] Fix tests

---
 spec/features/builds_spec.rb | 3 +--
 1 file changed, 1 insertion(+), 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
 
-- 
GitLab