Skip to content

Commit

Permalink
Merge pull request #547 from nextcloud/fix/cypress-selector
Browse files Browse the repository at this point in the history
fix(cypress): selector for mention autocompletion
  • Loading branch information
max-nextcloud authored Feb 10, 2023
2 parents d60bde1 + 8179e40 commit 085446d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('Page', function() {
cy.getEditor()
.should('be.visible')
.type('@admi')
cy.get('.tippy-content > .items')
cy.get('.tippy-content')
.contains('admin')
.click()

Expand Down

0 comments on commit 085446d

Please sign in to comment.