From 95a6fe7cfc6d3185206ef241d499e9c6875fcecb Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 7 Apr 2021 21:21:58 +0200 Subject: [PATCH] Remove the .only modifier --- cypress/integration/list/list.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/list/list.spec.js b/cypress/integration/list/list.spec.js index a5abf7d72..4befee509 100644 --- a/cypress/integration/list/list.spec.js +++ b/cypress/integration/list/list.spec.js @@ -410,7 +410,7 @@ describe('Lists', () => { .should('contain', `/tasks/${tasks[0].id}`) }) - it.only('Should remove a task from the kanban board when moving it to another list', () => { + it('Should remove a task from the kanban board when moving it to another list', () => { const lists = ListFactory.create(2) BucketFactory.create(2, { list_id: '{increment}',