Skip to content

Commit

Permalink
Cypress test. Activating the test scenario for check "Move a task bet…
Browse files Browse the repository at this point in the history
…ween projects". (cvat-ai#3486)

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

* Removed the comment
  • Loading branch information
dvkruchinin authored Aug 2, 2021
1 parent 8ccde72 commit 380f4d8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 380f4d8

Please sign in to comment.