gitlab-org--gitlab-foss/features/steps/profile/notifications.rb
Dmitriy Zaporozhets 9e50f28ee9
Fix profile tests after header rename
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-28 15:32:28 +02:00

12 lines
327 B
Ruby

class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
step 'I visit profile notifications page' do
visit profile_notifications_path
end
step 'I should see global notifications settings' do
page.should have_content "Notifications"
end
end