From 1c74f5595f254e2eaeaa9c9fe237832726d56632 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 16 Mar 2018 16:51:03 +0000 Subject: Fixed profile notifications not being editable Closes #44198 --- spec/features/profiles/user_visits_notifications_tab_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features') 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 -- cgit v1.2.1