Skip to content

Commit

Permalink
ci: Test for separate extension
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr authored and backportbot[bot] committed Jan 27, 2025
1 parent d86727d commit bd29fcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/cardFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ describe('Card', function () {
cy.get('.file-picker__main [data-filename="welcome.txt"]', { timeout: 30000 }).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', () => {
Expand Down

0 comments on commit bd29fcf

Please sign in to comment.