Skip to content

Commit

Permalink
Fix test for tag activity
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Sep 26, 2023
1 parent 773cd00 commit 1db81ce
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('.systemTagsInputField input').type(`${tag}{enter}{esc}`)
cy.get('input#system-tags-input').type(`${tag}{enter}{esc}`)

cy.wait(500)
}
Expand Down

0 comments on commit 1db81ce

Please sign in to comment.