summaryrefslogtreecommitdiff
path: root/spec/features/environments_spec.rb
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-31 10:40:24 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-01-31 12:37:42 +0000
commit4840c682414aa2e7d57fa6f792405a49709b7dd8 (patch)
treee49e66327ded8044c097d88851a658b8fc0c31e7 /spec/features/environments_spec.rb
parent36fd2e2e2c7b7316e5f547dfb2fb3784ec2262ca (diff)
downloadgitlab-ce-4840c682414aa2e7d57fa6f792405a49709b7dd8.tar.gz
Don't capitalize environment name in show page27484-environment-show-name
Upate test to match the new behavior
Diffstat (limited to 'spec/features/environments_spec.rb')
-rw-r--r--spec/features/environments_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb
index 72b984cfab8..c033b693213 100644
--- a/spec/features/environments_spec.rb
+++ b/spec/features/environments_spec.rb
@@ -194,7 +194,7 @@ feature 'Environments page', :feature, :js do
end
scenario 'does create a new pipeline' do
- expect(page).to have_content('Production')
+ expect(page).to have_content('production')
end
end