chore(): run linter

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Liam DeBeasi
2019-06-12 12:24:08 -04:00
gitea-unlock(16/)
parent 36fd78281c
commit 8b8bbb8a8d

4
core/src/components/toast/test/test.utils.ts
View File

@@ -19,9 +19,9 @@ export async function testToast(
const button = await page.find(selector);
await button.waitForVisible();
await button.click();
await page.waitFor(250);
let toast = await page.find('ion-toast');
await toast.waitForVisible();