Skip to content

Commit

Permalink
Merge pull request #1644 from nextcloud/bugfix/noid/fix-tagging-cypress
Browse files Browse the repository at this point in the history
fix(tests): Fix selecting the correct tagging field
  • Loading branch information
susnux authored Apr 19, 2024
2 parents 444bdd7 + 32311e9 commit f01b5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/sidebarUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function addTag(fileName: string, tag: string) {

cy.get('.app-sidebar-header__menu button').click()
cy.get('.action-button__icon.icon-tag').click()
cy.get('input#system-tags-input').type(`${tag}{enter}{esc}`)
cy.get('.system-tags input').type(`${tag}{enter}{esc}`)

cy.wait(500)
}
Expand Down

0 comments on commit f01b5b3

Please sign in to comment.