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
341557d1
Commit
341557d1
authored
Oct 13, 2017
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
route around issue with trailing quotes in issue filters (see gitlab-org/gitlab-ce#39121)
parent
c489b237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/features/boards/boards_spec.rb
spec/features/boards/boards_spec.rb
+2
-2
No files found.
spec/features/boards/boards_spec.rb
View file @
341557d1
...
...
@@ -378,7 +378,7 @@ describe 'Issue Boards', :js do
end
it
'filters by milestone'
do
set_filter
(
"milestone"
,
"
\"
#{
milestone
.
title
}
\"
"
)
set_filter
(
"milestone"
,
"
\"
#{
milestone
.
title
}
"
)
click_filter_link
(
milestone
.
title
)
submit_filter
...
...
@@ -399,7 +399,7 @@ describe 'Issue Boards', :js do
end
it
'filters by label with space after reload'
do
set_filter
(
"label"
,
"
\"
#{
accepting
.
title
}
\"
"
)
set_filter
(
"label"
,
"
\"
#{
accepting
.
title
}
"
)
click_filter_link
(
accepting
.
title
)
submit_filter
...
...
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