fix: correct badge color logic in EntryList based on time difference #1646

Merged
pablone merged 3 commits from fixColorOnEntryList into master 2025-03-27 11:46:55 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit 07cb49f7a1 - Show all commits
test/cypress/integration/entry

View File

@ -44,11 +44,12 @@ describe('EntryList', () => {
},
);
checkBadgeDate(
// fix on task https://redmine.verdnatura.es/issues/8638
/* checkBadgeDate(
'td[data-col-field="landed"] > div .bg-info',
(badgeDate, compareDate) => {
expect(badgeDate.getTime()).to.be.lessThan(compareDate.getTime());
},
);
); */
});
});