summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-17 22:12:26 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-10-17 22:12:26 +0100
commit5a46e22a6521af8058078e00a8e6f2252b21e8f7 (patch)
tree117ead2b0c4d9f0662779ddb3e739eb452407af1 /spec/features
parentc3cf103fee47c056c7258d2921a34cf68a02022c (diff)
downloadgitlab-ce-5a46e22a6521af8058078e00a8e6f2252b21e8f7.tar.gz
Fixes typo
Diffstat (limited to 'spec/features')
-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 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