-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot call extract() unless you call cacheAllCSFFiles() first #436
Comments
Hi. I have the same problem. I tried to run loki using docker with image yukinying/chrome-headless-browser:90.0.4408.0 |
I solved this problem like this: Go to the @loki/browser library. Find a file get-stories.js . You need to make the getStories function async and add a line But my tests failed with error "Timeout after 10000ms" UPDATE: ✅ problem with timeout solved. You need to change "chromeSelector" from "#root > *" to "#storybook-root > *" |
@AleksRap thanks your changes worked for me |
Had the same issue, fixed with @AleksRap changes. |
@AleksRap you are the best, it helped me a lot! |
@AleksRap How can this be used for CI? |
Setting
in Storybook |
Fixed in 0.31.2 👍 |
It works without the |
I am getting this error when I run
loki test
with the storyStoreV7 feature being enabled in the Storybook configuration.There is a corresponding issue in Storybook’s issue tracker: nuxt-modules/storybook#374
It seems to need a fix in application code, e.g. reg-viz/storycap#594
The text was updated successfully, but these errors were encountered: