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
569f27ff
Commit
569f27ff
authored
Dec 17, 2019
by
lauraMon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes actions spec
parent
5783d656
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
spec/frontend/error_tracking/store/list/actions_spec.js
spec/frontend/error_tracking/store/list/actions_spec.js
+2
-3
No files found.
spec/frontend/error_tracking/store/list/actions_spec.js
View file @
569f27ff
...
@@ -90,14 +90,13 @@ describe('error tracking actions', () => {
...
@@ -90,14 +90,13 @@ describe('error tracking actions', () => {
describe
(
'
sortByField
'
,
()
=>
{
describe
(
'
sortByField
'
,
()
=>
{
it
(
'
should search by query
'
,
()
=>
{
it
(
'
should search by query
'
,
()
=>
{
const
field
=
'
frequency
'
;
const
field
=
'
frequency
'
;
const
cursor
=
'
1576637570000:0:0
'
;
testAction
(
testAction
(
actions
.
sortByField
,
actions
.
sortByField
,
{
field
,
cursor
}
,
field
,
{},
{},
[
[
{
type
:
types
.
SET_CURSOR
,
payload
:
cursor
},
{
type
:
types
.
SET_CURSOR
,
payload
:
undefined
},
{
type
:
types
.
SET_SORT_FIELD
,
payload
:
field
},
{
type
:
types
.
SET_SORT_FIELD
,
payload
:
field
},
],
],
[{
type
:
'
stopPolling
'
},
{
type
:
'
startPolling
'
}],
[{
type
:
'
stopPolling
'
},
{
type
:
'
startPolling
'
}],
...
...
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