fix: download events should respect selection

fix: show indeterminate state for tree node when child is indeterminate
This commit is contained in:
Thea Schöbl
2022-10-10 12:44:56 +00:00
committed by Rainer Killinger
parent ec511fb8f4
commit 28fbfef18c
3 changed files with 6 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ describe('dashboard', async function () {
}),
);
cy.wait('@search');
cy.visit('/dashboard');
cy.get('.schedule-item-button').should('contain', 'UNIcert (Test)');
});
});