[DURACOM-195] fix issue with event handling in expandable admin sidebar section

This commit is contained in:
Davide Negretti
2024-01-23 00:08:57 +01:00
parent 45e4335437
commit f25ec6210b
2 changed files with 1 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ describe('Edit Collection > Content Source tab', () => {
cy.get('#externalSourceCheck').check();
// Wait for the source controls to appear
cy.get('ds-collection-source-controls').should('be.visible');
// cy.get('ds-collection-source-controls').should('be.visible');
// Analyze entire page for accessibility issues
testA11y('ds-collection-source');