We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e729bdc commit 2473117Copy full SHA for 2473117
cypress/e2e/cardFeatures.js
@@ -187,7 +187,8 @@ describe('Card', function () {
187
cy.get('.file-picker__main [data-filename="welcome.txt"]', { timeout: 30000 }).should('be.visible')
188
.click()
189
cy.get('.dialog__actions button.button-vue--vue-primary').click()
190
- cy.get('.attachment-list .basename').contains('welcome.txt')
+ cy.get('.attachment-list .filename').contains('welcome')
191
+ cy.get('.attachment-list .filename .extension').contains('txt')
192
})
193
194
it('Shows the modal with the editor', () => {
0 commit comments