We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132a31c commit 10a6cb0Copy full SHA for 10a6cb0
ui-tests/tests/voila.test.ts
@@ -55,10 +55,9 @@ describe('Voila Visual Regression', () => {
55
56
const iframe = await page.waitForSelector('iframe');
57
const contentFrame = await iframe.contentFrame();
58
- await contentFrame.waitForLoadState('networkidle');
59
60
- // TODO: wait for widgets to render
61
- await page.waitForTimeout(10000);
+ await contentFrame.waitForSelector('.jupyter-widgets');
+ await contentFrame.waitForLoadState('networkidle');
62
63
const imageName = 'basics';
64
await galata.capture.screenshot(imageName, iframe);
0 commit comments