Skip to content

Commit

Permalink
Merge pull request #1645 from nextcloud/backport/1644/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(tests): Fix selecting the correct tagging field
  • Loading branch information
artonge authored Apr 25, 2024
2 parents 0ce9768 + c4e0f90 commit 50f213e
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 50f213e

Please sign in to comment.