diff --git a/tests/cypress/integration/actions_users/issue_2440_value_must_be_a_user_instance.js b/tests/cypress/integration/actions_users/issue_2440_value_must_be_a_user_instance.js index 8b36c9fb..fbe424ed 100644 --- a/tests/cypress/integration/actions_users/issue_2440_value_must_be_a_user_instance.js +++ b/tests/cypress/integration/actions_users/issue_2440_value_must_be_a_user_instance.js @@ -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}'); });