This commit is contained in:
parent
b54d358617
commit
45b3ed6e17
|
@ -1,7 +1,7 @@
|
|||
/// <reference types="cypress" />
|
||||
describe('Ticket descriptor', () => {
|
||||
const toCloneOpt = '[role="menu"] .q-list > :nth-child(5)';
|
||||
const setWeightOpt = '[role="menu"] .q-list > :nth-child(6)';
|
||||
const toCloneOpt = '[role="menu"] .q-list > :nth-child(8)';
|
||||
const setWeightOpt = '[role="menu"] .q-list > :nth-child(13)';
|
||||
const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span';
|
||||
const summaryHeader = '.summaryHeader > div';
|
||||
const weight = 25;
|
||||
|
|
Loading…
Reference in New Issue