Removed the extra check from the test (#3306)

main
Dmitry Kruchinin 5 years ago committed by GitHub
parent 4b82336b12
commit 6729d1a114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,6 @@ context('Create an annotation task with manifest.', () => {
});
cy.createAnnotationTask(taskName, labelName, attrName, textDefaultValue, filesToAttach);
});
cy.get('.cvat-notification-create-task-success').should('exist');
cy.get('.cvat-notification-create-task-fail').should('not.exist');
});

Loading…
Cancel
Save