fix: refs #8583 mutual create

This commit is contained in:
Carlos Satorres 2025-02-20 09:56:26 +01:00
parent 6c2b8e178f
commit c8015eb5e3
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
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', () => {