Commit 8de558cb authored by Simon Pastor's avatar Simon Pastor
Browse files

cypress fix

parent 42fb354a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -965,7 +965,8 @@ const elementTypes = [
    options: [
      ELEMENT_TYPE_UE,
      ELEMENT_TYPE_FOG,
      ELEMENT_TYPE_EDGE
      ELEMENT_TYPE_EDGE,
      ELEMENT_TYPE_DC
      // ELEMENT_TYPE_CN
    ]
  },
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ export const CFG_ELEM_EXTERNAL_CHECK = 'cfg-elem-external-check';
export const CFG_ELEM_MNC = 'cfg-elem-mnc';
export const CFG_ELEM_MCC = 'cfg-elem-mcc';
export const CFG_ELEM_DEFAULT_CELL_ID = 'cfg-elem-default-cell-id';
export const CFG_ELEM_CELL_ID = 'cfg-elem-cell-id';
export const CFG_ELEM_CHART_CHECK = 'cfg-elem-chart-check';
export const CFG_ELEM_CHART_LOC = 'cfg-elem-chart-loc';
export const CFG_ELEM_CHART_GROUP = 'cfg-elem-chart-group';
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ describe('Scenario Configuration', function () {

  // Test Variables
  let defaultScenario = 'None';
  let dummyScenario = 'dummy-scenario3';
  let dummyScenario = 'dummy-scenario';

  // Test Setup
  beforeEach(() => {