Skip to content

Commit

Permalink
fix(tests): Fix selecting the correct tagging field
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Apr 19, 2024
1 parent 30e263d commit 32311e9
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 32311e9

Please sign in to comment.