diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-10-17 22:12:26 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-10-17 22:12:26 +0100 |
commit | 5a46e22a6521af8058078e00a8e6f2252b21e8f7 (patch) | |
tree | 117ead2b0c4d9f0662779ddb3e739eb452407af1 | |
parent | c3cf103fee47c056c7258d2921a34cf68a02022c (diff) | |
download | gitlab-ce-5a46e22a6521af8058078e00a8e6f2252b21e8f7.tar.gz |
Fixes typo
-rw-r--r-- | spec/features/environments_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb index c4f230d2007..7f67ff7df92 100644 --- a/spec/features/environments_spec.rb +++ b/spec/features/environments_spec.rb @@ -47,7 +47,7 @@ feature 'Environments', feature: true do expect(page).to have_link(environment.name) end - scenario 'does show number of opened environments in Availabe tab' do + scenario 'does show number of opened environments in Available tab' do expect(page.find('.js-available-environments-count').text).to eq('1') end |