Initial steps in feature

parent 6900555e
class Spinach::Features::AdminEmail < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
step 'I see all previous email notifications' do
pending 'step not implemented'
end
step 'I click new email notification' do
pending 'step not implemented'
end
step 'submit form with email notification info' do
pending 'step not implemented'
end
step 'I should be redirected to the email notification page' do
pending 'step not implemented'
end
step 'I should see newly created email notification' do
pending 'step not implemented'
end
step 'email notification \'maintenance\'' do
pending 'step not implemented'
end
step 'I visit email notification \'maintenance\'' do
pending 'step not implemented'
end
step 'I submit recipients' do
pending 'step not implemented'
end
step 'I should see the reciepints' do
pending 'step not implemented'
end
step 'email notification \'maintenance\' with selected recipients' do
pending 'step not implemented'
end
step 'I click send' do
pending 'step not implemented'
end
step 'I should see the notification has been sent' do
pending 'step not implemented'
end
end
\ No newline at end of file
......@@ -169,6 +169,9 @@ module SharedPaths
visit admin_teams_path
end
step 'I visit admin email page' do
visit admin_emails_path
end
# ----------------------------------------
# Generic Project
# ----------------------------------------
......
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