gitlab-org--gitlab-foss/features/steps/profile/notifications.rb
Sabba Petri 9c4337e58b Fixed tests
Tests expected specific string capitalization for headers.
2015-02-24 10:01:41 -08:00

12 lines
336 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 Settings"
end
end