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

@ -27,14 +27,14 @@ A Picker is a dialog that displays a row of buttons and columns underneath. It a
## Events
| Event | Description |
| ---------------------- | ---------------------------------------- |
| `ionPickerDidDismiss` | Emitted after the picker has dismissed. |
| `ionPickerDidLoad` | Emitted after the picker has loaded. |
| `ionPickerDidPresent` | Emitted after the picker has presented. |
| `ionPickerDidUnload` | Emitted after the picker has unloaded. |
| `ionPickerWillDismiss` | Emitted before the picker has dismissed. |
| `ionPickerWillPresent` | Emitted before the picker has presented. |
| Event | Detail | Description |
| ---------------------- | ------------------ | ---------------------------------------- |
| `ionPickerDidDismiss` | OverlayEventDetail | Emitted after the picker has dismissed. |
| `ionPickerDidLoad` | | Emitted after the picker has loaded. |
| `ionPickerDidPresent` | | Emitted after the picker has presented. |
| `ionPickerDidUnload` | | Emitted after the picker has unloaded. |
| `ionPickerWillDismiss` | OverlayEventDetail | Emitted before the picker has dismissed. |
| `ionPickerWillPresent` | | Emitted before the picker has presented. |
## Methods