mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
test(tabs): fix tabs tests (#16146)
This commit is contained in:
@ -7,8 +7,7 @@ test('loading: basic', async () => {
|
||||
|
||||
await page.click('#basic');
|
||||
const loading = await page.find('ion-loading');
|
||||
expect(loading).not.toBeNull();
|
||||
|
||||
await page.waitFor(250);
|
||||
await loading.waitForVisible();
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
|
||||
Reference in New Issue
Block a user