7489-testToMaster #408

Merged
alexm merged 292 commits from 7489-testToMaster into master 2024-05-28 05:33:17 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5b3ee220d4 - Show all commits

View File

@ -1,6 +1,6 @@
/// <reference types="cypress" />
describe('Ticket descriptor', () => {
const toCloneOpt = '.q-list > :nth-child(5)';
const toCloneOpt = '[role="menu"] .q-list > :nth-child(5)';
const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span';
const summaryHeader = '.summaryHeader > div';