Minor fix

main
Kruchinin 5 years ago
parent b0f4ad6842
commit 327e34ca3d

@ -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}');
});

Loading…
Cancel
Save