summaryrefslogtreecommitdiff
path: root/spec/features/projects
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-05-29 11:56:56 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2018-05-29 11:56:56 -0400
commitef5e13c946446441d767e9aa3834afff29277f96 (patch)
treee004092a08bf3aebf8a4b725a512ce77e5712910 /spec/features/projects
parentf124b6fd11a40d4538c64b5734e08727cba24305 (diff)
downloadgitlab-ce-ef5e13c946446441d767e9aa3834afff29277f96.tar.gz
Updated help text for team list for Mattermost slash commands
Diffstat (limited to 'spec/features/projects')
-rw-r--r--spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb b/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb
index b2906e315f7..fce41ce347f 100644
--- a/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb
+++ b/spec/features/projects/services/user_activates_mattermost_slash_command_spec.rb
@@ -64,7 +64,7 @@ feature 'Setup Mattermost slash commands', :js do
click_link 'Add to Mattermost'
expect(page).to have_content('The team where the slash commands will be used in')
- expect(page).to have_content('This is the only available team.')
+ expect(page).to have_content('This is the only available team that you are a member of.')
end
it 'shows a disabled prefilled select if user is a member of 1 team' do
@@ -94,7 +94,7 @@ feature 'Setup Mattermost slash commands', :js do
click_link 'Add to Mattermost'
expect(page).to have_content('Select the team where the slash commands will be used in')
- expect(page).to have_content('The list shows all available teams.')
+ expect(page).to have_content('The list shows all available teams that you are a member of.')
end
it 'shows a select with team options user is a member of multiple teams' do