test(e2e): force roboto font on all systems (#15993)

This commit is contained in:
Adam Bradley
2018-10-19 15:22:15 -05:00
committed by GitHub
parent 0602b6d1de
commit a9fd3399de
279 changed files with 717 additions and 708 deletions

View File

@ -34,14 +34,14 @@ A button's `role` property can either be `destructive` or `cancel`. Buttons with
## Events
| Event | Description |
| --------------------------- | --------------------------------------- |
| `ionActionSheetDidDismiss` | Emitted after the alert has dismissed. |
| `ionActionSheetDidLoad` | Emitted after the alert has loaded. |
| `ionActionSheetDidPresent` | Emitted after the alert has presented. |
| `ionActionSheetDidUnload` | Emitted after the alert has unloaded. |
| `ionActionSheetWillDismiss` | Emitted before the alert has dismissed. |
| `ionActionSheetWillPresent` | Emitted before the alert has presented. |
| Event | Detail | Description |
| --------------------------- | ------------------ | --------------------------------------- |
| `ionActionSheetDidDismiss` | OverlayEventDetail | Emitted after the alert has dismissed. |
| `ionActionSheetDidLoad` | | Emitted after the alert has loaded. |
| `ionActionSheetDidPresent` | | Emitted after the alert has presented. |
| `ionActionSheetDidUnload` | | Emitted after the alert has unloaded. |
| `ionActionSheetWillDismiss` | OverlayEventDetail | Emitted before the alert has dismissed. |
| `ionActionSheetWillPresent` | | Emitted before the alert has presented. |
## Methods