Files
gitlabhq/features/steps/admin/email.rb
T

52 lines
1.2 KiB
Ruby

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