feat: refs #7207 show queue #748

Merged
jorgep merged 12 commits from 7207-showPbx into dev 2024-10-10 07:20:27 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 45b3ed6e17 - Show all commits

View File

@ -1,7 +1,7 @@
/// <reference types="cypress" /> /// <reference types="cypress" />
describe('Ticket descriptor', () => { describe('Ticket descriptor', () => {
const toCloneOpt = '[role="menu"] .q-list > :nth-child(5)'; const toCloneOpt = '[role="menu"] .q-list > :nth-child(8)';
Review

Se han hecho cambios en la migración y ahora hay más opciones.

Se han hecho cambios en la migración y ahora hay más opciones.
const setWeightOpt = '[role="menu"] .q-list > :nth-child(6)'; const setWeightOpt = '[role="menu"] .q-list > :nth-child(13)';
const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span'; const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span';
const summaryHeader = '.summaryHeader > div'; const summaryHeader = '.summaryHeader > div';
const weight = 25; const weight = 25;