Skip to content

Commit 2473117

Browse files
committed
ci: Test for separate extension
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent e729bdc commit 2473117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/cardFeatures.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ describe('Card', function () {
187187
cy.get('.file-picker__main [data-filename="welcome.txt"]', { timeout: 30000 }).should('be.visible')
188188
.click()
189189
cy.get('.dialog__actions button.button-vue--vue-primary').click()
190-
cy.get('.attachment-list .basename').contains('welcome.txt')
190+
cy.get('.attachment-list .filename').contains('welcome')
191+
cy.get('.attachment-list .filename .extension').contains('txt')
191192
})
192193

193194
it('Shows the modal with the editor', () => {

0 commit comments

Comments
 (0)