OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/spec/features/my_account/my_notifications_settings_s...

14 lines
339 B

require 'rails_helper'
require_relative '../users/notifications/shared_examples'
describe "My notifications settings", type: :feature, js: true do
current_user { FactoryBot.create :user }
before do
visit my_notifications_path
end
it_behaves_like 'notification settings workflow' do
let(:user) { current_user }
end
end