From 09a00770795e1296beedb253e7941db3a1fda167 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Fri, 22 Apr 2022 17:13:46 +0530 Subject: [PATCH] style: fixed indentation --- cypress/integration/kanban.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/kanban.js b/cypress/integration/kanban.js index 070af10b0d..50fc41afe3 100644 --- a/cypress/integration/kanban.js +++ b/cypress/integration/kanban.js @@ -82,6 +82,6 @@ context('Kanban Board', () => { // .contains('Test Kanban ToDo').first() // .drag('[data-column-value="Closed"] .kanban-cards', { force: true }); - // cy.wait('@drag-completed'); + // cy.wait('@drag-completed'); // }); }); \ No newline at end of file