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
d343ef8b
Commit
d343ef8b
authored
Apr 03, 2018
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in issues_filter_spec.rb
parent
d10416e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
spec/features/dashboard/issues_filter_spec.rb
spec/features/dashboard/issues_filter_spec.rb
+1
-7
No files found.
spec/features/dashboard/issues_filter_spec.rb
View file @
d343ef8b
...
...
@@ -79,19 +79,13 @@ feature 'Dashboard Issues filtering', :js do
end
context
'sorting'
do
<<<<<<<
HEAD
it
'shows sorted issues'
do
sort_by
(
'Created date'
)
visit_issues
=======
before
do
visit_issues
(
assignee_id:
user
.
id
)
end
it
'remembers last sorting value'
do
sort
ing
_by
(
'Created date'
)
sort_by
(
'Created date'
)
visit_issues
(
assignee_id:
user
.
id
)
>>>>>>>
Fixed
dashboard
filtering
tests
expect
(
find
(
'.issues-filters'
)).
to
have_content
(
'Created date'
)
end
...
...
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