Fixes typo

This commit is contained in:
Filipa Lacerda 2016-10-17 22:12:26 +01:00
parent c3cf103fee
commit 5a46e22a65

View file

@ -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