diff --git a/test/cypress/integration/worker/workerMututal.spec.js b/test/cypress/integration/worker/workerMutual.spec.js similarity index 86% rename from test/cypress/integration/worker/workerMututal.spec.js rename to test/cypress/integration/worker/workerMutual.spec.js index 371d4e2459..d7a83b9e9c 100644 --- a/test/cypress/integration/worker/workerMututal.spec.js +++ b/test/cypress/integration/worker/workerMutual.spec.js @@ -1,5 +1,5 @@ /// -describe('WorkerNotes', () => { +describe('WorkerMutual', () => { const userId = 1106; const create = '[data-cy="vnTableCreateBtn"]'; const numberOfWagons = '[data-cy="numberOfWagons"]'; @@ -10,6 +10,7 @@ describe('WorkerNotes', () => { cy.viewport(1280, 720); cy.login('developer'); cy.visit(`/#/worker/${userId}/medical`); + cy.get('.q-page-sticky > div > .q-btn').click(); }); it('Should load layout', () => {