mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(): remove initial waitFor (#19217)
This commit is contained in:
@ -5,8 +5,6 @@ test('slides: basic', async () => {
|
||||
url: '/src/components/slides/test/basic?ionic:_testing=true'
|
||||
});
|
||||
|
||||
await page.waitFor(500);
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
expect(compare).toMatchScreenshot();
|
||||
});
|
||||
|
@ -5,8 +5,6 @@ test('slides: image', async () => {
|
||||
url: '/src/components/slides/test/image?ionic:_testing=true'
|
||||
});
|
||||
|
||||
await page.waitFor(500);
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
expect(compare).toMatchScreenshot();
|
||||
});
|
||||
|
@ -5,8 +5,6 @@ test('slides: standalone', async () => {
|
||||
url: '/src/components/slides/test/standalone?ionic:_testing=true'
|
||||
});
|
||||
|
||||
await page.waitFor(500);
|
||||
|
||||
const compare = await page.compareScreenshot();
|
||||
expect(compare).toMatchScreenshot();
|
||||
});
|
||||
|
Reference in New Issue
Block a user