From 27446bf995ecc3c9d64c9532a350c0e1e97b6d6f Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 30 Dec 2021 13:37:50 +0100 Subject: [PATCH] fix: remove .only test modifier --- cypress/integration/list/namespaces.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/list/namespaces.spec.js b/cypress/integration/list/namespaces.spec.js index 3a7092611..97d405885 100644 --- a/cypress/integration/list/namespaces.spec.js +++ b/cypress/integration/list/namespaces.spec.js @@ -99,7 +99,7 @@ describe('Namepaces', () => { .should('not.contain', newNamespaces[0].title) }) - it.only('Should not show archived lists & namespaces if the filter is not checked', () => { + it('Should not show archived lists & namespaces if the filter is not checked', () => { const n = NamespaceFactory.create(1, { id: 2, is_archived: true,