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
ea05f665
Commit
ea05f665
authored
Oct 25, 2018
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tests
parent
6060d529
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/features/boards/modal_filter_spec.rb
spec/features/boards/modal_filter_spec.rb
+1
-1
spec/features/issues/filtered_search/visual_tokens_spec.rb
spec/features/issues/filtered_search/visual_tokens_spec.rb
+1
-1
No files found.
spec/features/boards/modal_filter_spec.rb
View file @
ea05f665
...
...
@@ -106,7 +106,7 @@ describe 'Issue Boards add issue modal filtering', :js do
it
'filters by unassigned'
do
set_filter
(
'assignee'
)
click_filter_link
(
'No
Assigne
e'
)
click_filter_link
(
'No
n
e'
)
submit_filter
page
.
within
(
'.add-issues-modal'
)
do
...
...
spec/features/issues/filtered_search/visual_tokens_spec.rb
View file @
ea05f665
...
...
@@ -118,7 +118,7 @@ describe 'Visual tokens', :js do
describe
'selecting static option from dropdown'
do
before
do
find
(
"#js-dropdown-assignee"
).
find
(
'.filter-dropdown-item'
,
text:
'No
Assigne
e'
).
click
find
(
"#js-dropdown-assignee"
).
find
(
'.filter-dropdown-item'
,
text:
'No
n
e'
).
click
end
it
'changes value in visual token'
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