This commit is contained in:
parent
4132bb2b46
commit
39d31ec330
|
@ -26,7 +26,7 @@ onMounted(() => {
|
||||||
round
|
round
|
||||||
dense
|
dense
|
||||||
icon="dock_to_left"
|
icon="dock_to_left"
|
||||||
data-cy="toggle-left-drawer"
|
data-cy="toggle-right-drawer"
|
||||||
>
|
>
|
||||||
<QTooltip bottom anchor="bottom right">
|
<QTooltip bottom anchor="bottom right">
|
||||||
{{ t('globals.collapseMenu') }}
|
{{ t('globals.collapseMenu') }}
|
||||||
|
|
|
@ -264,7 +264,7 @@ Cypress.Commands.add('openListSummary', (row) => {
|
||||||
|
|
||||||
Cypress.Commands.add('openRightMenu', (element) => {
|
Cypress.Commands.add('openRightMenu', (element) => {
|
||||||
if (element) cy.waitForElement(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) => {
|
Cypress.Commands.add('openLeftMenu', (element) => {
|
||||||
|
|
Loading…
Reference in New Issue