Skip to content

Commit 6b61d04

Browse files
authored
Merge pull request #1603 from nextcloud/automated/noid/stable27-fix-npm-audit
[stable27] Fix npm audit
2 parents 3cab765 + bff6031 commit 6b61d04

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cypress/e2e/sidebarUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function addComment(fileName: string, comment: string) {
8989
cy.get('#app-sidebar-vue').contains('Comments').click()
9090
cy.get('.comment__editor .rich-contenteditable__input').focus()
9191
cy.get('.comment__editor .rich-contenteditable__input').type(comment)
92-
cy.get('button.comment__submit').click()
92+
cy.get('.comment__submit button').click()
9393

9494
cy.wait('@postComment')
9595
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)