fix: remove .only test modifier
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2021-12-30 13:37:50 +01:00
parent 9aeb9e7349
commit 4006822089
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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,