0
0
Fork 0

chore: refs #7828 fix e2e

This commit is contained in:
Jorge Penadés 2024-09-13 10:13:03 +02:00
parent 46fb7d0c73
commit 58be11df04
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ describe('Ticket descriptor', () => {
const warehouseValue = ':nth-child(1) > :nth-child(6) > .value > span';
const summaryHeader = '.summaryHeader > div';
const weight = 25;
const weightValue = ':nth-child(10) > .value > span';
const weightValue = '.summaryBody.row :nth-child(1) > :nth-child(9) > .value > span';
beforeEach(() => {
cy.login('developer');
cy.viewport(1920, 1080);