summaryrefslogtreecommitdiff
path: root/spec/features/environment_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/environment_spec.rb')
-rw-r--r--spec/features/environment_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/environment_spec.rb b/spec/features/environment_spec.rb
index 51bd1d4bdfc..0c1939fd885 100644
--- a/spec/features/environment_spec.rb
+++ b/spec/features/environment_spec.rb
@@ -64,7 +64,6 @@ feature 'Environment', :feature do
given(:manual) { create(:ci_build, :manual, pipeline: pipeline, name: 'deploy to production') }
scenario 'does show a play button' do
-
expect(page).to have_link(manual.name.humanize)
end