fix: button styling
This commit is contained in:
parent
3b9bc5b2f8
commit
02f985d8a3
9 changed files with 214 additions and 256 deletions
|
|
@ -61,7 +61,7 @@ describe('List View List', () => {
|
|||
})
|
||||
cy.visit(`/lists/${lists[1].id}/`)
|
||||
|
||||
cy.get('.list-title a.icon')
|
||||
cy.get('.list-title .icon')
|
||||
.should('not.exist')
|
||||
cy.get('input.input[placeholder="Add a new task..."')
|
||||
.should('not.exist')
|
||||
|
|
|
|||
Reference in a new issue