summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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