summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-03-16 16:51:03 +0000
committerPhil Hughes <me@iamphill.com>2018-03-16 16:51:03 +0000
commit1c74f5595f254e2eaeaa9c9fe237832726d56632 (patch)
tree04e0fb07ec7913b45edf061631ec5de9a266ff78 /spec
parent78fb81e68676fb526e09cadac36045d9cf85e860 (diff)
downloadgitlab-ce-profile-notifications-dropdown-fix.tar.gz
Fixed profile notifications not being editableprofile-notifications-dropdown-fix
Closes #44198
Diffstat (limited to 'spec')
-rw-r--r--spec/features/profiles/user_visits_notifications_tab_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/user_visits_notifications_tab_spec.rb b/spec/features/profiles/user_visits_notifications_tab_spec.rb
index 1952fdae798..95953fbcfac 100644
--- a/spec/features/profiles/user_visits_notifications_tab_spec.rb
+++ b/spec/features/profiles/user_visits_notifications_tab_spec.rb
@@ -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