fix: refs #8583 workerTimeControl e2e

This commit is contained in:
Carlos Satorres 2025-02-27 09:26:50 +01:00
parent 4e98a2fdcf
commit e92d57db53
1 changed files with 3 additions and 1 deletions

View File

@ -4,10 +4,12 @@ describe('WorkerTimeControl', () => {
'[aria-label="Monday, December 4, 2000"][style="min-width: 32.2857px; max-width: 32.2857px; width: 32.2857px;"] > .q-calendar-month__day--label__wrapper > .q-calendar-month__day--label';
const addTime4December =
':nth-child(2) > :nth-child(1) > .column > .q-btn > .q-btn__content > .q-icon';
const entryType = 'data-cy="entryType"';
const entryType = '.q-field_control-container > [data-cy="entryType"]';
const entryHour = '.q-field_control-container > [data-cy="entryHour"]';
const entryIn = 'in';
const entryMiddle = 'middle';
const entryOut = 'out';
beforeEach(() => {
cy.viewport(1280, 720);
cy.login('developer');