summaryrefslogtreecommitdiff
path: root/spec/features/environments_spec.rb
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-21 11:12:28 +0100
committerPhil Hughes <me@iamphill.com>2016-06-21 11:12:28 +0100
commit85a5e42576fdbdef804dcab9b4ed2ad1d2bda23e (patch)
tree9621c5c9729e668f478ee2a5cada95350674a79e /spec/features/environments_spec.rb
parentb5a718d1d793dd0dde38d598b5594d40873874cd (diff)
downloadgitlab-ce-85a5e42576fdbdef804dcab9b4ed2ad1d2bda23e.tar.gz
Moved new environment link to below blank state text
Diffstat (limited to 'spec/features/environments_spec.rb')
-rw-r--r--spec/features/environments_spec.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb
index 40fea5211e9..f9e066ade54 100644
--- a/spec/features/environments_spec.rb
+++ b/spec/features/environments_spec.rb
@@ -20,7 +20,7 @@ feature 'Environments', feature: true do
context 'without environments' do
scenario 'does show no environments' do
- expect(page).to have_content('No environments to show')
+ expect(page).to have_content('You don\'t have any environments right now.')
end
end
@@ -33,7 +33,7 @@ feature 'Environments', feature: true do
context 'without deployments' do
scenario 'does show no deployments' do
- expect(page).to have_content('No deployments yet')
+ expect(page).to have_content('You don\'t have any deployments right now.')
end
end
@@ -61,7 +61,7 @@ feature 'Environments', feature: true do
context 'without deployments' do
scenario 'does show no deployments' do
- expect(page).to have_content('No deployments for')
+ expect(page).to have_content('You don\'t have any deployments right now.')
end
end