Skip to content

Commit

Permalink
Merge pull request #1603 from nextcloud/automated/noid/stable27-fix-n…
Browse files Browse the repository at this point in the history
…pm-audit

[stable27] Fix npm audit
  • Loading branch information
artonge authored Mar 18, 2024
2 parents 3cab765 + bff6031 commit 6b61d04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/sidebarUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function addComment(fileName: string, comment: string) {
cy.get('#app-sidebar-vue').contains('Comments').click()
cy.get('.comment__editor .rich-contenteditable__input').focus()
cy.get('.comment__editor .rich-contenteditable__input').type(comment)
cy.get('button.comment__submit').click()
cy.get('.comment__submit button').click()

cy.wait('@postComment')
}
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b61d04

Please sign in to comment.