fix: remove .only test modifier
This commit is contained in:
parent
ec2587bb60
commit
27446bf995
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ describe('Namepaces', () => {
|
||||||
.should('not.contain', newNamespaces[0].title)
|
.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, {
|
const n = NamespaceFactory.create(1, {
|
||||||
id: 2,
|
id: 2,
|
||||||
is_archived: true,
|
is_archived: true,
|
||||||
|
|
Loading…
Reference in a new issue