mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(deps-dev): bump @playwright/test from 1.31.2 to 1.32.0 in /core (#27003)
This commit is contained in:
@ -162,9 +162,7 @@ test.describe('modal: incorrect usage', () => {
|
||||
await ionModalDidPresent.next();
|
||||
|
||||
const modal = await page.locator('ion-modal');
|
||||
await modal.evaluate((el: HTMLIonModalElement) => {
|
||||
el.setCurrentBreakpoint(0.5);
|
||||
});
|
||||
await modal.evaluate((el: HTMLIonModalElement) => el.setCurrentBreakpoint(0.5));
|
||||
|
||||
expect(warnings.length).toBe(1);
|
||||
expect(warnings[0]).toBe('[Ionic Warning]: setCurrentBreakpoint is only supported on sheet modals.');
|
||||
|
||||
Reference in New Issue
Block a user