octicon-rss(16/)
You've already forked ionic-framework
mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
feat(custom-elements): add experimental custom elements build (#22863)
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
committed by
GitHub
gitea-unlock(16/)
parent
19d63f6243
commit
0de75afbef
octicon-diff(16/tw-mr-1) 61 changed files with 5430 additions and 7613 deletions
@@ -20,7 +20,7 @@ export const testToast = async (
|
||||
await button.waitForVisible();
|
||||
await button.click();
|
||||
|
||||
await page.waitFor(250);
|
||||
await page.waitForTimeout(250);
|
||||
|
||||
let toast = await page.find('ion-toast');
|
||||
await toast.waitForVisible();
|
||||
|
||||
Reference in New Issue
Block a user