mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:37:31 +00:00
test(e2e): check for exactly one displayed event (#7831)
test(e2e): check for exactly once displayed event
(cherry picked from commit df50c3835b
)
This commit is contained in:

committed by
Livio Spring

parent
f180530e38
commit
3193925ffc
@@ -15,6 +15,6 @@ describe('events', () => {
|
|||||||
cy.contains('mat-select', 'Descending').click();
|
cy.contains('mat-select', 'Descending').click();
|
||||||
cy.contains('mat-option', 'Descending').click();
|
cy.contains('mat-option', 'Descending').click();
|
||||||
cy.get('[data-e2e="filter-finish-button"]').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