From a2ad84fefd5a05875db1871b710e9cdafd752cf0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 14 Jan 2021 22:53:12 +0100 Subject: [PATCH] Fix task relation search test --- cypress/integration/task/task.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/task/task.spec.js b/cypress/integration/task/task.spec.js index def035dc5..9d5733ca5 100644 --- a/cypress/integration/task/task.spec.js +++ b/cypress/integration/task/task.spec.js @@ -205,7 +205,7 @@ describe('Task', () => { cy.get('.task-view .action-buttons .button') .contains('Move task') .click() - cy.get('.task-view .content.details .field .multiselect.control .input-wrapper .input-loader-wrapper input') + cy.get('.task-view .content.details .field .multiselect.control .input-wrapper input') .type(`${lists[1].title}{enter}`) // The requests happen with a 200ms timeout. Because of that, the results are not yet there when cypress // presses enter and we can't simulate pressing on enter to select the item.