Fix tests
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2021-01-30 16:58:17 +01:00
parent d6164ca41f
commit efd659f41d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 4 deletions

View File

@ -61,9 +61,8 @@ describe('Lists', () => {
.should('contain', '/lists/1/list')
cy.get('.list-title h1')
.should('contain', 'First List')
cy.get('.list-title a.icon')
.should('have.attr', 'href')
.and('include', '/lists/1/edit')
cy.get('.list-title .dropdown')
.should('exist')
cy.get('p')
.contains('This list is currently empty.')
.should('exist')

View File

@ -33,7 +33,7 @@
{{ bucket.tasks.length }}/{{ bucket.limit }}
</span>
<dropdown
class="is-right"
class="is-right options"
v-if="canWrite"
trigger-icon="ellipsis-v"
>