Commit bcc04515 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'profile-notifications-dropdown-fix' into 'master'

Fixed profile notifications not being editable

Closes #44198

See merge request gitlab-org/gitlab-ce!17808
parents f46ae65b 1c74f559
import NotificationsForm from '../../../../notifications_form';
import notificationsDropdown from '../../../../notifications_dropdown';
document.addEventListener('DOMContentLoaded', () => {
new NotificationsForm(); // eslint-disable-line no-new
notificationsDropdown();
});
......@@ -16,6 +16,6 @@ feature 'User visits the notifications tab', :js do
first('#notifications-button').click
click_link('On mention')
expect(page).to have_content('On mention')
expect(page).to have_selector('#notifications-button', text: 'On mention')
end
end
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