fix: Properly show attachment extension
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Julius Knorr
parent
89bb483a0d
commit
9746870ad6
@@ -114,7 +114,8 @@ describe('Card', function() {
|
||||
cy.get('.file-picker__main [data-filename="welcome.txt"]').should('be.visible')
|
||||
.click()
|
||||
cy.get('.dialog__actions button.button-vue--vue-primary').click()
|
||||
cy.get('.attachment-list .basename').contains('welcome.txt')
|
||||
cy.get('.attachment-list .filename').contains('welcome')
|
||||
cy.get('.attachment-list .filename .extension').contains('txt')
|
||||
})
|
||||
|
||||
it('Shows the modal with the editor', () => {
|
||||
|
||||
Reference in New Issue
Block a user