mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(angular): inline modals now add .ion-page class correctly (#24751)
resolves #24750
This commit is contained in:
@@ -60,4 +60,8 @@ describe('Modals: Inline', () => {
|
||||
cy.get('ion-list ion-item:nth-child(3)').should('have.text', 'C');
|
||||
cy.get('ion-list ion-item:nth-child(4)').should('have.text', 'D');
|
||||
});
|
||||
|
||||
it('should have a div with .ion-page', () => {
|
||||
cy.get('ion-modal').children('.ion-page').should('exist');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user