()
| 9 | }); |
| 10 | |
| 11 | const newToggle = async (): Promise<Toggle> => { |
| 12 | const { rootInstance } = await newSpecPage({ |
| 13 | components: [Toggle], |
| 14 | html: `<ion-toggle></ion-toggle>`, |
| 15 | }); |
| 16 | return rootInstance; |
| 17 | }; |
| 18 | |
| 19 | describe('enableOnOffLabels', () => { |
| 20 | it('should disable on/off labels when setting to false on component', async () => { |