Commit b08741b7 authored by Takuya Noguchi's avatar Takuya Noguchi

Rename "cycle analytics" with "value stream analytics" under /ee/spec

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 66a6e85f
---
title: Rename "cycle analytics" with "value stream analytics" under /ee/spec
merge_request: 46745
author: Takuya Noguchi
type: other
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Cycle analytics utils transformRawStages retains all the stage properties 1`] = `
exports[`Value Stream Analytics utils transformRawStages retains all the stage properties 1`] = `
Array [
Object {
"custom": false,
......
......@@ -42,7 +42,7 @@ const stageEndpoint = ({ stageId }) =>
jest.mock('~/flash');
describe('Cycle analytics actions', () => {
describe('Value Stream Analytics actions', () => {
let state;
let mock;
......
......@@ -28,7 +28,7 @@ const milestoneValues = getFilterValues(filterMilestones);
const labelValues = getFilterValues(filterLabels);
const userValues = getFilterValues(filterUsers, { prop: 'name' });
describe('Cycle analytics getters', () => {
describe('Value Stream Analytics getters', () => {
describe('hasNoAccessError', () => {
beforeEach(() => {
state = {
......
......@@ -6,7 +6,7 @@ import { apiTasksByTypeData, rawTasksByTypeData } from '../../../mock_data';
let state = null;
describe('Cycle analytics mutations', () => {
describe('Value Stream Analytics mutations', () => {
beforeEach(() => {
state = {};
});
......
......@@ -16,7 +16,7 @@ import {
let state = null;
describe('Cycle analytics mutations', () => {
describe('Value Stream Analytics mutations', () => {
beforeEach(() => {
state = {};
});
......
......@@ -41,7 +41,7 @@ import {
const labelEventIds = labelEvents.map(ev => ev.identifier);
describe('Cycle analytics utils', () => {
describe('Value Stream Analytics utils', () => {
describe('isStartEvent', () => {
it('will return true for a valid start event', () => {
expect(isStartEvent(startEvents[0])).toEqual(true);
......
......@@ -200,7 +200,7 @@ describe('Api', () => {
});
});
describe('Cycle analytics', () => {
describe('Value Stream Analytics', () => {
const createdBefore = '2019-11-18';
const createdAfter = '2019-08-18';
const groupId = 'counting-54321';
......
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