|
|
|
|
@ -35,9 +35,8 @@ context('Value must be a user instance.', () => {
|
|
|
|
|
// Before fix:
|
|
|
|
|
// The following error originated from your application code, not from Cypress.
|
|
|
|
|
// > Value must be a user instance
|
|
|
|
|
|
|
|
|
|
// Remove the user's assignment for next tests.
|
|
|
|
|
cy.get('.cvat-spinner').should('exist');
|
|
|
|
|
// Remove the user's assignment for next tests.
|
|
|
|
|
cy.get('.cvat-task-details-user-block').within(() => {
|
|
|
|
|
cy.get('[type="text"]').click().clear().type('{Enter}');
|
|
|
|
|
});
|
|
|
|
|
|