mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
tests(): add missing test statements (#18346)
This commit is contained in:
@@ -54,6 +54,8 @@ test('select: basic', async () => {
|
||||
|
||||
compares.push(await page.compareScreenshot('should open custom popover select'));
|
||||
|
||||
await popover.callMethod('dismiss');
|
||||
|
||||
// Custom Action Sheet Select
|
||||
select = await page.find('#customActionSheetSelect');
|
||||
await select.click();
|
||||
|
||||
Reference in New Issue
Block a user