mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:41:05 +08:00
Update extract to wait for init
This commit is contained in:
parent
64724a21e1
commit
816f3319a6
@ -11,6 +11,11 @@ const read = async (url: string) => {
|
||||
|
||||
await page.goto(url);
|
||||
|
||||
// for v7 store. This may not be necessary ultimately as this store relies on a static stories.json
|
||||
await page.waitForFunction(
|
||||
'window.__STORYBOOK_STORY_STORE__ && window.__STORYBOOK_STORY_STORE__.cacheAllCSFFiles && window.__STORYBOOK_STORY_STORE__.cacheAllCSFFiles()'
|
||||
);
|
||||
|
||||
await page.waitForFunction(
|
||||
'window.__STORYBOOK_STORY_STORE__ && window.__STORYBOOK_STORY_STORE__.extract && window.__STORYBOOK_STORY_STORE__.extract()'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user