Commit 4d95d1ea authored by tom's avatar tom

try to fix test in CI

parent 16b39aef
...@@ -47,6 +47,7 @@ base.describe('base view', () => { ...@@ -47,6 +47,7 @@ base.describe('base view', () => {
base.use({ viewport: configs.viewport.xl }); base.use({ viewport: configs.viewport.xl });
base('', async() => { base('', async() => {
base.slow();
await expect(component).toHaveScreenshot(); await expect(component).toHaveScreenshot();
}); });
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment