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
606ed6d1
Commit
606ed6d1
authored
Jul 19, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '31443-fix-transient-failure' into 'master'
Fix a broken spec Closes #31443 See merge request !12963
parents
f6ec2816
fc7c7cb9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
spec/features/merge_requests/filter_merge_requests_spec.rb
spec/features/merge_requests/filter_merge_requests_spec.rb
+3
-9
No files found.
spec/features/merge_requests/filter_merge_requests_spec.rb
View file @
606ed6d1
...
@@ -132,19 +132,13 @@ describe 'Filter merge requests', feature: true do
...
@@ -132,19 +132,13 @@ describe 'Filter merge requests', feature: true do
end
end
end
end
describe
'for assignee and label from
issues
#index'
do
describe
'for assignee and label from
mr
#index'
do
let
(
:search_query
)
{
"assignee:@
#{
user
.
username
}
label:~
#{
label
.
title
}
"
}
let
(
:search_query
)
{
"assignee:@
#{
user
.
username
}
label:~
#{
label
.
title
}
"
}
before
do
before
do
input_filtered_search
(
"assignee:@
#{
user
.
username
}
"
)
input_filtered_search
(
search_query
)
expect_mr_list_count
(
1
)
expect_tokens
([{
name:
'assignee'
,
value:
"@
#{
user
.
username
}
"
}])
expect_filtered_search_input_empty
input_filtered_search_keys
(
"label:~
#{
label
.
title
}
"
)
expect_mr_list_count
(
1
)
expect_mr_list_count
(
0
)
end
end
context
'assignee and label'
,
js:
true
do
context
'assignee and label'
,
js:
true
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