Updating spec using new button label

This commit is contained in:
Maikel Linke
2015-06-03 12:08:47 +10:00
parent 2853885f26
commit 4b6222bbe2

View File

@@ -45,7 +45,7 @@ feature "Registration", js: true do
# Choosing a type
expect(page).to have_content 'Last step to add My Awesome Enterprise!'
click_link 'producer-panel'
click_button 'Continue'
click_button 'Create Profile'
# Enterprise should be created
expect(page).to have_content 'Nice one!'