Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
✅ fix outline tests
use @nextcloud/vue v6 popover selector

Signed-off-by: Vinicius Reis <[email protected]>
  • Loading branch information
Vinicius Reis committed Aug 23, 2022
commit c0c58754b7839a81c7430b70fa6ae73aeeeebefe
2 changes: 1 addition & 1 deletion cypress/e2e/outline.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const clickOutline = () => {
cy.getActionEntry('headings')
.click()

cy.get('.popover.open').getActionEntry('outline')
cy.get('.v-popper__wrapper .open').getActionEntry('outline')
.click()
}

Expand Down