BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f03705f0
Commit
f03705f0
authored
Aug 28, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'rs-remove-filtered-issues-skips' into 'master'
Remove skipped examples in filtered issues feature spec See merge request !13845
parents
1498baf7
dc5a6b61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
50 deletions
+0
-50
filter_issues_spec.rb
spec/features/issues/filtered_search/filter_issues_spec.rb
+0
-50
No files found.
spec/features/issues/filtered_search/filter_issues_spec.rb
View file @
f03705f0
...
...
@@ -103,14 +103,6 @@ describe 'Filter issues', js: true do
expect_issues_list_count
(
5
)
expect_filtered_search_input_empty
end
it
'filters issues by invalid author'
do
skip
(
'to be tested, issue #26546'
)
end
it
'filters issues by multiple authors'
do
skip
(
'to be tested, issue #26546'
)
end
end
context
'author with other filters'
do
...
...
@@ -165,10 +157,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input
(
search_term
)
end
end
it
'sorting'
do
skip
(
'to be tested, issue #26546'
)
end
end
describe
'filter issues by assignee'
do
...
...
@@ -190,14 +178,6 @@ describe 'Filter issues', js: true do
expect_issues_list_count
(
8
,
1
)
expect_filtered_search_input_empty
end
it
'filters issues by invalid assignee'
do
skip
(
'to be tested, issue #26546'
)
end
it
'filters issues by multiple assignees'
do
skip
(
'to be tested, issue #26546'
)
end
end
context
'assignee with other filters'
do
...
...
@@ -250,12 +230,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input
(
search_term
)
end
end
context
'sorting'
do
it
'sorts'
do
skip
(
'to be tested, issue #26546'
)
end
end
end
describe
'filter issues by label'
do
...
...
@@ -278,10 +252,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input_empty
end
it
'filters issues by invalid label'
do
skip
(
'to be tested, issue #26546'
)
end
it
'filters issues by multiple labels'
do
input_filtered_search
(
"label:~
#{
bug_label
.
title
}
label:~
#{
caps_sensitive_label
.
title
}
"
)
...
...
@@ -493,12 +463,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input_empty
end
end
context
'sorting'
do
it
'sorts'
do
skip
(
'to be tested, issue #26546'
)
end
end
end
describe
'filter issues by milestone'
do
...
...
@@ -535,14 +499,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input_empty
end
it
'filters issues by invalid milestones'
do
skip
(
'to be tested, issue #26546'
)
end
it
'filters issues by multiple milestones'
do
skip
(
'to be tested, issue #26546'
)
end
it
'filters issues by milestone containing special characters'
do
special_milestone
=
create
(
:milestone
,
title:
'!@\#{$%^&*()}'
,
project:
project
)
create
(
:issue
,
title:
"Issue with special character milestone"
,
project:
project
,
milestone:
special_milestone
)
...
...
@@ -618,12 +574,6 @@ describe 'Filter issues', js: true do
expect_filtered_search_input
(
search_term
)
end
end
context
'sorting'
do
it
'sorts'
do
skip
(
'to be tested, issue #26546'
)
end
end
end
describe
'filter issues by text'
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