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
8a4d6c62
Commit
8a4d6c62
authored
Mar 05, 2018
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix weight quick action specs
parent
cee42988
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
spec/features/issues/user_uses_slash_commands_spec.rb
spec/features/issues/user_uses_slash_commands_spec.rb
+2
-4
No files found.
spec/features/issues/user_uses_slash_commands_spec.rb
View file @
8a4d6c62
...
...
@@ -142,10 +142,9 @@ feature 'Issues > User uses quick actions', :js do
visit
project_issue_path
(
project
,
issue
)
end
it
'
creates a note, and does not
set the weight'
do
it
'
does not create a note or
set the weight'
do
write_note
(
"/weight 5"
)
expect
(
page
).
to
have_content
'/weight 5'
expect
(
page
).
not_to
have_content
'Commands applied'
issue
.
reload
...
...
@@ -180,10 +179,9 @@ feature 'Issues > User uses quick actions', :js do
visit
project_issue_path
(
project
,
issue
)
end
it
'
creates a note, and does not
set the weight'
do
it
'
does create a note or
set the weight'
do
write_note
(
"/clear_weight"
)
expect
(
page
).
to
have_content
'/clear_weight'
expect
(
page
).
not_to
have_content
'Commands applied'
issue
.
reload
...
...
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