mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(test): avoid more race conditions
This commit is contained in:
@@ -9,6 +9,7 @@ test('datetime: basic', async () => {
|
||||
expect(compare).toMatchScreenshot();
|
||||
|
||||
const datetime = await page.find('#customPickerOptions');
|
||||
await datetime.waitForVisible();
|
||||
await datetime.click();
|
||||
|
||||
const picker = await page.find('ion-picker');
|
||||
|
||||
Reference in New Issue
Block a user