diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-21 11:52:51 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-21 11:52:51 +0100 |
commit | c207b9e0512f630b646d9e62f75ca13a188cf83b (patch) | |
tree | 9ef4bfb59e23cc77b04d5bcf493810fbfd40d87a /spec | |
parent | 85a5e42576fdbdef804dcab9b4ed2ad1d2bda23e (diff) | |
download | gitlab-ce-c207b9e0512f630b646d9e62f75ca13a188cf83b.tar.gz |
Tests updateblank-state
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/environments_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb index f9e066ade54..7fb28f4174b 100644 --- a/spec/features/environments_spec.rb +++ b/spec/features/environments_spec.rb @@ -33,7 +33,7 @@ feature 'Environments', feature: true do context 'without deployments' do scenario 'does show no deployments' do - expect(page).to have_content('You don\'t have any deployments right now.') + expect(page).to have_content('No deployments yet') end end @@ -108,7 +108,7 @@ feature 'Environments', feature: true do end scenario 'does create a new pipeline' do - expect(page).to have_content('production') + expect(page).to have_content('Production') end end |