There was an error while loading. Please reload this page.
1 parent 93d545f commit bc5ca91Copy full SHA for bc5ca91
1 file changed
cypress/e2e/nodes/PreviewOptions.spec.js
@@ -42,8 +42,8 @@ describe('Preview Options', function() {
42
})
43
44
it('should Remove link', function() {
45
- cy.get('.paragraph-content').should('have.text', 'nextcloud.com')
+ cy.get('p > a').should('have.text', 'nextcloud.com')
46
cy.get('.action-button__text').contains('Remove link').click()
47
- cy.get('.paragraph-content').should('not.have.text', 'nextcloud.com')
+ cy.get('p > a').should('not.exist')
48
49
0 commit comments