Skip to content
Snippets Groups Projects
Unverified Commit 1c74f559 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed profile notifications not being editable

Closes #44198
parent 78fb81e6
No related branches found
No related tags found
No related merge requests found
import NotificationsForm from '../../../../notifications_form';
import notificationsDropdown from '../../../../notifications_dropdown';
document.addEventListener('DOMContentLoaded', () => {
new NotificationsForm(); // eslint-disable-line no-new
notificationsDropdown();
});
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment