Fix cypress test fot check issue 2206

main
Kruchinin 5 years ago
parent 0ddd9e7c5d
commit 49ce00217a

@ -4,16 +4,14 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Draw a point shape, specify one point', () => {
const issueId = '2306';
const createPointsShape = {
type: 'Shape',
switchLabel: false,
pointsMap: [
{ x: 500, y: 200 },
],
labelName: labelName,
pointsMap: [{ x: 500, y: 200 }],
numberOfPoints: 1,
};

Loading…
Cancel
Save