Cypress test. Activating the test scenario for check "Move a task between projects". (#3486)

* Activating the step for check moving a task between projects.

* Removed the comment
main
Dmitry Kruchinin 5 years ago committed by GitHub
parent 8ccde7247c
commit 380f4d8161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,8 +80,7 @@ context('Move a task between projects.', () => {
});
describe(`Testing "Case ${caseID}"`, () => {
// Waiting to fix https://github.com/openvinotoolkit/cvat/issues/3281
it.skip('Move a task between projects from a project.', () => {
it('Move a task between projects from a project.', () => {
checkTask(secondProject.name, 'not.exist');
checkTask(firtsProject.name, 'exist');
cy.movingTask(taskName, secondProject.name, firtsProject.label, secondProject.label);

Loading…
Cancel
Save