8602-refatorAndCreateEntry #1584

Merged
pablone merged 31 commits from 8602-refatorAndCreateEntry into test 2025-03-18 08:41:59 +00:00
1 changed files with 0 additions and 12 deletions
Showing only changes of commit 96b4d9c51f - Show all commits

View File

@ -50,17 +50,5 @@ describe('EntryList', () => {
expect(badgeDate.getTime()).to.be.lessThan(compareDate.getTime());
},
);
cy.dataCy('Date_inputDate').type('01/01/2001');
cy.get('td[data-col-field="isConfirmed"]')
.should('exist')
.each(($isConfirmed) => {
const badgeTextValue = $isConfirmed.text().trim();
if (badgeTextValue === 'close') {
cy.get(
`td[data-col-field="landed"][data-row-index="${$isConfirmed.attr('data-row-index')}"] > div .bg-negative`,
).should('exist');
}
});
});
});