Fix typo in feature

parent 352ec75b
...@@ -7,5 +7,5 @@ Feature: Admin email ...@@ -7,5 +7,5 @@ Feature: Admin email
Scenario: Create a new email notification Scenario: Create a new email notification
Given I visit admin email page Given I visit admin email page
When I submit form with email notification info When I submit form with email notification info
Then I should see a notification email is begin send Then I should see a notification email is begin sent
And admin emails are being sent And admin emails are being sent
...@@ -20,8 +20,8 @@ class Spinach::Features::AdminEmail < Spinach::FeatureSteps ...@@ -20,8 +20,8 @@ class Spinach::Features::AdminEmail < Spinach::FeatureSteps
end end
end end
step 'I should see a notification email is begin send' do step 'I should see a notification email is begin sent' do
expect(find('.flash-notice')).to have_content 'Email send' expect(find('.flash-notice')).to have_content 'Email sent'
end end
step 'admin emails are being sent' do step 'admin emails are being sent' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment