Remove leftover '.only' modifier

This commit is contained in:
kolaente 2020-12-28 23:43:14 +01:00
parent ddd24825a3
commit 33f1a0dc34
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ describe('Lists', () => {
.should('contain', 'New Bucket Title')
})
it.only('Can delete a bucket', () => {
it('Can delete a bucket', () => {
cy.visit('/lists/1/kanban')
cy.get('.kanban .bucket .bucket-header .dropdown.options .dropdown-trigger')