Minor fix

main
Kruchinin 5 years ago
parent 07ba0ee248
commit 66ff55c924

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Actions on polygon', () => {
const caseId = '10';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Actions on polylines', () => {
const caseId = '11';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Actions on points', () => {
const caseId = '12';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Merge/split features', () => {
const caseId = '13';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Appearance features', () => {
const caseId = '14';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Group features', () => {
const caseId = '15';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Actions on polygon', () => {
const caseId = '16';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName } from '../../support/const';
context('Check if the image is rotated', () => {
const caseId = '5';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName } from '../../support/const';
context('Check if the image is scaled and then fitted', () => {
const caseId = '6';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName } from '../../support/const';
context('Check if image was scaled to ROI', () => {
const caseId = '7';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Actions on Cuboid', () => {
const caseId = '9';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Check if UI not fails with shape dragging over sidebar', () => {
const issueId = '1216';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Points track it is still invisible on next frames', () => {
const issueId = '1368';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('When delete a point, the required point is deleted.', () => {
const issueId = '1391';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Check if the new label reflects in the options', () => {
const issueId = '1429';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Check hide functionality (H)', () => {
const issueId = '1433';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Cancel "multiple paste". UI is not locked.', () => {
const issueId = '1438';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Filter property "shape" work correctly', () => {
const issueId = '1444';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName } from '../../support/const';
context('Check if the UI not to crash after remove a tag', () => {
const issueId = '1540';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Dump annotation if cuboid created', () => {
const issueId = '1568';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName } from '../../support/const';
import { taskName } from '../../support/const';
context('Tooltip does not interfere with interaction with elements.', () => {
const issueId = '1825';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context("The points of the previous polygon mustn't appear while polygon's interpolation.", () => {
const issueId = '1882';

@ -4,7 +4,7 @@
/// <reference types="cypress" />
import { taskName, labelName } from '../../support/const';
import { taskName, labelName } from '../../support/const';
context('Check if the UI fails by moving to the next frame while dragging the object', () => {
const prId = '1370';

Loading…
Cancel
Save