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:
@@ -16,6 +16,7 @@ test('item: inputs', async () => {
|
||||
|
||||
// Disable everything
|
||||
await page.click('#btnDisabled');
|
||||
await page.waitFor(500);
|
||||
|
||||
// check form
|
||||
await page.click('#submit');
|
||||
|
||||
@@ -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