Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f18d1da6
Commit
f18d1da6
authored
Oct 11, 2017
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
locked tokens are hidden
parent
923040b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/ee/spec/features/issues/service_desk_spec.rb
spec/ee/spec/features/issues/service_desk_spec.rb
+2
-3
No files found.
spec/ee/spec/features/issues/service_desk_spec.rb
View file @
f18d1da6
...
...
@@ -131,9 +131,8 @@ describe 'Service Desk Issue Tracker', js: true do
visit
service_desk_project_issues_path
(
project
)
end
it
'displays the support bot author token'
do
author_token
=
find
(
'.filtered-search-token .value'
)
expect
(
author_token
).
to
have_content
(
'Support Bot'
)
it
'adds hidden support bot author token'
do
expect
(
page
).
to
have_selector
(
'.filtered-search-token .value'
,
text:
'Support Bot'
,
visible:
false
)
end
it
'support bot author token cannot be deleted'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment