fix(angular): keepContentsMounted modal is sized correctly (#26917)

resolves #26916
This commit is contained in:
Liam DeBeasi
2023-03-07 09:25:09 -05:00
committed by GitHub
parent 0afc61917c
commit 8d184c8c1b
2 changed files with 7 additions and 1 deletions

View File

@ -27,6 +27,12 @@ describe('overlays - keepContentsMounted', () => {
cy.get('ion-modal ion-content').should('exist');
});
it('should has ion-delegate-host on mount', () => {
cy.visit('/keep-contents-mounted');
cy.get('ion-modal .ion-delegate-host').should('exist');
});
})
describe('popover', () => {
it('should not mount component if false', () => {