Skip to content

Commit ad08615

Browse files
authored
Merge pull request #8194 from nextcloud/automated/noid/stable33-fix-npm-audit
[stable33] Fix npm audit
2 parents 8eb8501 + e7e7052 commit ad08615

2 files changed

Lines changed: 661 additions & 868 deletions

File tree

cypress/e2e/nodes/PreviewOptions.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Preview Options', function () {
3131
.contains('Open in new tab')
3232
.should('be.visible')
3333
cy.get('.action-button__text').contains('Remove link').should('be.visible')
34-
cy.get('.action-radio__label').each((el) => {
34+
cy.get('.action-radio__text').each((el) => {
3535
cy.wrap(el)
3636
.invoke('text')
3737
.should('match', /Text only|Show link preview/)
@@ -40,7 +40,7 @@ describe('Preview Options', function () {
4040

4141
it('should toggle to Link Preview', function () {
4242
cy.get('.preview').should('not.exist')
43-
cy.get('.action-radio__label').each((el) => {
43+
cy.get('.action-radio__text').each((el) => {
4444
cy.wrap(el)
4545
.invoke('text')
4646
.then((text) => {

0 commit comments

Comments
 (0)