mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 16:47:32 +00:00
test(e2e): check for exactly one displayed event (#7831)
test(e2e): check for exactly once displayed event
This commit is contained in:
@@ -15,6 +15,6 @@ describe('events', () => {
|
||||
cy.contains('mat-select', 'Descending').click();
|
||||
cy.contains('mat-option', 'Descending').click();
|
||||
cy.get('[data-e2e="filter-finish-button"]').click();
|
||||
cy.contains('[data-e2e="event-type-cell"]', eventTypeEnglish).should('have.length', 1);
|
||||
cy.get('[data-e2e="event-type-cell"]').should('have.length', 1);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user