fix: refs #8352 fix right
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2025-01-28 12:40:50 +01:00
parent 4132bb2b46
commit 39d31ec330
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ onMounted(() => {
round
dense
icon="dock_to_left"
data-cy="toggle-left-drawer"
data-cy="toggle-right-drawer"
>
<QTooltip bottom anchor="bottom right">
{{ t('globals.collapseMenu') }}

View File

@ -264,7 +264,7 @@ Cypress.Commands.add('openListSummary', (row) => {
Cypress.Commands.add('openRightMenu', (element) => {
if (element) cy.waitForElement(element);
cy.get('[data-cy="toggle-left-drawer"]').click();
cy.get('[data-cy="toggle-right-drawer"]').click();
});
Cypress.Commands.add('openLeftMenu', (element) => {