mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
test(select): await alert dismiss
This commit is contained in:
@ -17,6 +17,8 @@ it('select: basic', async () => {
|
||||
compare = await page.compareScreenshot('should open gender single select');
|
||||
expect(compare).toMatchScreenshot();
|
||||
|
||||
await alert.callMethod('dismiss');
|
||||
|
||||
select = await page.find('#customSelect');
|
||||
await select.click();
|
||||
|
||||
|
Reference in New Issue
Block a user