Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-03-16 23:55:05 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-03-19 20:40:30 +0300
commit521be29fb68920146bd883cc01503daec44ec0d1 (patch)
tree36f1e62d92cde8c6ff0dfa4b8188afcf4428af5f /spec/features
parent706ab1adf895815ef7029aa3d5bbc9375184548c (diff)
Merge branch 'profile-notifications-dropdown-fix' into 'master'
Fixed profile notifications not being editable Closes #44198 See merge request gitlab-org/gitlab-ce!17808
Diffstat (limited to 'spec/features')
-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