Skip to content

Commit

Permalink
fix(cypress): selector for mention autocompletion
Browse files Browse the repository at this point in the history
Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Feb 10, 2023
1 parent d60bde1 commit 8179e40
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 8179e40

Please sign in to comment.