export const testActions = { gitWrite: { url: 'http://example.com/', completed: true, svg: 'http://example.com/images/illustration.svg', }, userAdded: { url: 'http://example.com/', completed: true, svg: 'http://example.com/images/illustration.svg', }, pipelineCreated: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, trialStarted: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, codeOwnersEnabled: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, requiredMrApprovalsEnabled: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, mergeRequestCreated: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, securityScanEnabled: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, issueCreated: { url: 'http://example.com/', completed: false, svg: 'http://example.com/images/illustration.svg', }, };