Skip to content

Commit

Permalink
Use v26 version of tag input selector
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jun 27, 2023
1 parent 99502ca commit ecf63e7
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 @@ -66,7 +66,7 @@ export function addTag(fileName: string, tag: string) {

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

cy.wait(500)
}
Expand Down

0 comments on commit ecf63e7

Please sign in to comment.