fix: remove .only test modifier

This commit is contained in:
kolaente 2021-12-30 13:37:50 +01:00 committed by Dominik Pschenitschni
parent ec2587bb60
commit 27446bf995
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 1 deletions

View File

@ -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,