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

@ -31,24 +31,24 @@ Licensed under MIT
## Events
| Event | Description |
| ------------------------- | ----------------------------------------------------------- |
| `ionSlideDidChange` | Emitted after the active slide has changed. |
| `ionSlideDoubleTap` | Emitted when the user double taps on the slide's container. |
| `ionSlideDrag` | Emitted when the slider is actively being moved. |
| `ionSlideNextEnd` | Emitted when the next slide has ended. |
| `ionSlideNextStart` | Emitted when the next slide has started. |
| `ionSlidePrevEnd` | Emitted when the previous slide has ended. |
| `ionSlidePrevStart` | Emitted when the previous slide has started. |
| `ionSlideReachEnd` | Emitted when the slider is at the last slide. |
| `ionSlideReachStart` | Emitted when the slider is at its initial position. |
| `ionSlideTap` | Emitted when the user taps/clicks on the slide's container. |
| `ionSlideTouchEnd` | Emitted when the user releases the touch. |
| `ionSlideTouchStart` | Emitted when the user first touches the slider. |
| `ionSlideTransitionEnd` | Emitted when the slide transition has ended. |
| `ionSlideTransitionStart` | Emitted when the slide transition has started. |
| `ionSlideWillChange` | Emitted before the active slide has changed. |
| `ionSlidesDidLoad` | Emitted after Swiper initialization |
| Event | Detail | Description |
| ------------------------- | ------ | ----------------------------------------------------------- |
| `ionSlideDidChange` | | Emitted after the active slide has changed. |
| `ionSlideDoubleTap` | | Emitted when the user double taps on the slide's container. |
| `ionSlideDrag` | | Emitted when the slider is actively being moved. |
| `ionSlideNextEnd` | | Emitted when the next slide has ended. |
| `ionSlideNextStart` | | Emitted when the next slide has started. |
| `ionSlidePrevEnd` | | Emitted when the previous slide has ended. |
| `ionSlidePrevStart` | | Emitted when the previous slide has started. |
| `ionSlideReachEnd` | | Emitted when the slider is at the last slide. |
| `ionSlideReachStart` | | Emitted when the slider is at its initial position. |
| `ionSlideTap` | | Emitted when the user taps/clicks on the slide's container. |
| `ionSlideTouchEnd` | | Emitted when the user releases the touch. |
| `ionSlideTouchStart` | | Emitted when the user first touches the slider. |
| `ionSlideTransitionEnd` | | Emitted when the slide transition has ended. |
| `ionSlideTransitionStart` | | Emitted when the slide transition has started. |
| `ionSlideWillChange` | | Emitted before the active slide has changed. |
| `ionSlidesDidLoad` | | Emitted after Swiper initialization |
## Methods

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/ionic.bundle.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
<style>
ion-slides {

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/ionic.bundle.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
<style>
ion-slide {
height: 200px !important;

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/ionic.bundle.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
</head>
<body>

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/ionic.bundle.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
<style>
ion-slide {
height: 200px !important;

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/ionic.bundle.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/ionic.bundle.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
</head>
<body>

View File

@ -6,8 +6,8 @@
<title>Slides - Standalone</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/dist/ionic.js"></script>
<link rel="stylesheet" type="text/css" href="/css/core.css">
<script src="/scripts/screenshot/testing.js"></script>
<link rel="stylesheet" href="/css/core.css">
<link rel="stylesheet" href="/scripts/testing/styles.css">
</head>
<body>