mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
feat(custom-elements): add experimental custom elements build (#22863)
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
This commit is contained in:
@ -18,7 +18,7 @@ export const testPickerColumn = async (
|
||||
|
||||
const openButton = await page.find(selector);
|
||||
await openButton.click();
|
||||
await page.waitFor(250);
|
||||
await page.waitForTimeout(250);
|
||||
|
||||
screenshotCompares.push(await page.compareScreenshot());
|
||||
|
||||
|
Reference in New Issue
Block a user