summaryrefslogtreecommitdiff
path: root/spec/features/projects/services/user_views_services_spec.rb
diff options
context:
space:
mode:
authorConstance Okoghenun <constanceokoghenun@gmail.com>2019-04-11 19:27:52 +0200
committerConstance Okoghenun <constanceokoghenun@gmail.com>2019-04-11 19:27:52 +0200
commit17c58a18ab415a964faced32873394b60168523e (patch)
treeca2e1c25549d2d32aff9459ed7cfbf7016234058 /spec/features/projects/services/user_views_services_spec.rb
parentbb5c5cb2307c0824de3ccf5cb45d2fda2688f23d (diff)
parentdc8848794bfd2f06345d4dbba8a918aa09ee07a8 (diff)
downloadgitlab-ce-17c58a18ab415a964faced32873394b60168523e.tar.gz
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into 57318-track-discussion-thread-usage-on-gitlab-com-with-snowplow57318-track-discussion-thread-usage-on-gitlab-com-with-snowplow
Diffstat (limited to 'spec/features/projects/services/user_views_services_spec.rb')
-rw-r--r--spec/features/projects/services/user_views_services_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/features/projects/services/user_views_services_spec.rb b/spec/features/projects/services/user_views_services_spec.rb
index b0a838a7d2b..e9c8cf0fe34 100644
--- a/spec/features/projects/services/user_views_services_spec.rb
+++ b/spec/features/projects/services/user_views_services_spec.rb
@@ -14,6 +14,7 @@ describe 'User views services' do
it 'shows the list of available services' do
expect(page).to have_content('Project services')
expect(page).to have_content('Campfire')
+ expect(page).to have_content('HipChat')
expect(page).to have_content('Assembla')
expect(page).to have_content('Pushover')
expect(page).to have_content('Atlassian Bamboo')
@@ -21,7 +22,5 @@ describe 'User views services' do
expect(page).to have_content('Asana')
expect(page).to have_content('Irker (IRC gateway)')
expect(page).to have_content('Packagist')
- expect(page).to have_content('Mattermost')
- expect(page).to have_content('Slack')
end
end