fix: list loading
This commit is contained in:
parent
29a9335844
commit
5937f01cc5
7 changed files with 12 additions and 12 deletions
|
|
@ -29,7 +29,7 @@ describe('Lists', () => {
|
|||
.contains('New list')
|
||||
.click()
|
||||
cy.url()
|
||||
.should('contain', '/namespaces/1/list')
|
||||
.should('contain', '/lists/new/1')
|
||||
cy.get('.card-header-title')
|
||||
.contains('Create a new list')
|
||||
cy.get('input.input')
|
||||
|
|
|
|||
Reference in a new issue