mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore: sync
This commit is contained in:
@ -51,7 +51,7 @@ describe('ion-toggle: disabled', () => {
|
||||
`,
|
||||
});
|
||||
|
||||
const toggle = page.body.querySelector('ion-toggle');
|
||||
const toggle = page.body.querySelector('ion-toggle')!;
|
||||
|
||||
expect(toggle.checked).toBe(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user