feat(alert): add ability to use alert inline (#26316)

This commit is contained in:
Amanda Johnston
2022-11-18 13:32:27 -06:00
committed by GitHub
parent ef0d19c0f7
commit 08c0a5520a
13 changed files with 322 additions and 16 deletions

View File

@ -94,7 +94,7 @@ describe('Overlays', () => {
});
it(`should open and close ion-alert via component`, () => {
testComponent('ion-alert');
testInlineOverlay('ion-alert');
});
it(`should open and close ion-action-sheet via component`, () => {