Remove leftover '.only' modifier
This commit is contained in:
parent
ddd24825a3
commit
33f1a0dc34
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ describe('Lists', () => {
|
||||||
.should('contain', 'New Bucket Title')
|
.should('contain', 'New Bucket Title')
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only('Can delete a bucket', () => {
|
it('Can delete a bucket', () => {
|
||||||
cy.visit('/lists/1/kanban')
|
cy.visit('/lists/1/kanban')
|
||||||
|
|
||||||
cy.get('.kanban .bucket .bucket-header .dropdown.options .dropdown-trigger')
|
cy.get('.kanban .bucket .bucket-header .dropdown.options .dropdown-trigger')
|
||||||
|
|
Loading…
Reference in a new issue