diff --git a/cypress/e2e/sidebarUtils.ts b/cypress/e2e/sidebarUtils.ts index 425d85d79..e190ffef2 100644 --- a/cypress/e2e/sidebarUtils.ts +++ b/cypress/e2e/sidebarUtils.ts @@ -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) }