diff --git a/cypress/integration/list/list.spec.js b/cypress/integration/list/list.spec.js index 596c6adcd..b17877bbe 100644 --- a/cypress/integration/list/list.spec.js +++ b/cypress/integration/list/list.spec.js @@ -212,7 +212,7 @@ describe('Lists', () => { .should('contain', tasks[0].title) }) - it('Should have working column switches', () => { + it.only('Should have working column switches', () => { TaskFactory.create(1) cy.visit('/lists/1/table') diff --git a/src/components/list/partials/filter-popup.vue b/src/components/list/partials/filter-popup.vue index c260b649e..a9ed22669 100644 --- a/src/components/list/partials/filter-popup.vue +++ b/src/components/list/partials/filter-popup.vue @@ -17,7 +17,7 @@