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
ea9cb5c4
Commit
ea9cb5c4
authored
Nov 23, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in spec/javascripts/pipelines/pipelines_spec.js
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
3aec0499
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
spec/javascripts/pipelines/pipelines_spec.js
spec/javascripts/pipelines/pipelines_spec.js
+0
-29
No files found.
spec/javascripts/pipelines/pipelines_spec.js
View file @
ea9cb5c4
...
@@ -187,34 +187,6 @@ describe('Pipelines', () => {
...
@@ -187,34 +187,6 @@ describe('Pipelines', () => {
store
:
new
Store
(),
store
:
new
Store
(),
});
});
component
.
updateContent
({
scope
:
'
finished
'
,
page
:
'
4
'
});
component
.
updateContent
({
scope
:
'
finished
'
,
page
:
'
4
'
});
<<<<<<<
HEAD
expect
(
component
.
page
).
toEqual
(
'
4
'
);
expect
(
component
.
scope
).
toEqual
(
'
finished
'
);
expect
(
component
.
requestData
.
scope
).
toEqual
(
'
finished
'
);
expect
(
component
.
requestData
.
page
).
toEqual
(
'
4
'
);
});
});
describe
(
'
onChangeTab
'
,
()
=>
{
it
(
'
should set page to 1
'
,
()
=>
{
component
=
mountComponent
(
PipelinesComponent
,
{
store
:
new
Store
(),
});
spyOn
(
component
,
'
updateContent
'
);
component
.
onChangeTab
(
'
running
'
);
expect
(
component
.
updateContent
).
toHaveBeenCalledWith
({
scope
:
'
running
'
,
page
:
'
1
'
});
});
});
describe
(
'
onChangePage
'
,
()
=>
{
it
(
'
should update page and keep scope
'
,
()
=>
{
component
=
mountComponent
(
PipelinesComponent
,
{
store
:
new
Store
(),
});
=======
expect
(
component
.
page
).
toEqual
(
'
4
'
);
expect
(
component
.
page
).
toEqual
(
'
4
'
);
expect
(
component
.
scope
).
toEqual
(
'
finished
'
);
expect
(
component
.
scope
).
toEqual
(
'
finished
'
);
...
@@ -243,7 +215,6 @@ describe('Pipelines', () => {
...
@@ -243,7 +215,6 @@ describe('Pipelines', () => {
store
:
new
Store
(),
store
:
new
Store
(),
});
});
>>>>>>>
origin
/
master
spyOn
(
component
,
'
updateContent
'
);
spyOn
(
component
,
'
updateContent
'
);
component
.
onChangePage
(
4
);
component
.
onChangePage
(
4
);
...
...
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