summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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