Commit c11d8c81 authored by Florie Guibert's avatar Florie Guibert

View closed issues in epic

parent 17d502d4
......@@ -233,57 +233,6 @@ export const mockQueryResponse2 = {
},
};
export const mockQueryResponse2 = {
data: {
group: {
id: 1,
path: 'gitlab-org',
fullPath: 'gitlab-org',
epic: {
id: 1,
iid: 1,
title: 'Foo bar',
webPath: '/groups/gitlab-org/-/epics/1',
userPermissions: {
adminEpic: true,
createEpic: true,
},
children: {
edges: [
{
node: mockEpic1,
},
{
node: mockEpic2,
},
],
pageInfo: {
endCursor: 'abc',
hasNextPage: true,
},
},
issues: {
edges: [
{
node: mockIssue3,
},
{
node: mockIssue1,
},
{
node: mockIssue2,
},
],
pageInfo: {
endCursor: 'def',
hasNextPage: true,
},
},
},
},
},
};
export const mockReorderMutationResponse = {
epicTreeReorder: {
clientMutationId: null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment