We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test fails with the following error.
yarn run v1.22.19 $ test-storybook -c _storybook PASS browser: chromium src/components/ImageLoader/ImageLoader.stories.tsx PASS browser: chromium src/views/NotFound/NotFound.stories.tsx PASS browser: chromium src/views/Login/Login.stories.tsx PASS browser: chromium src/components/User/User.stories.tsx PASS browser: chromium src/views/Main/Users/Users.stories.tsx PASS browser: chromium src/views/Main/Home/Home.stories.tsx PASS browser: chromium src/components/Footer/Footer.stories.tsx PASS browser: chromium src/components/Header/Header.stories.tsx FAIL browser: chromium _storybook/stories/flows/LoginFlow.stories.tsx (11.135 s) ● User flows/Log in › Submit › play-test TypeError: Cannot read properties of undefined (reading 'push') at http:/localhost:6006/src/views/Login/Login.vue:18:18
vuejs-boilerplate/src/views/Login/Login.vue
Line 45 in 164dde3
For some reason, only the storybook has the router is undefined, but that seems to be the cause.
router
FYI @yannde
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test fails with the following error.
vuejs-boilerplate/src/views/Login/Login.vue
Line 45 in 164dde3
For some reason, only the storybook has the
router
is undefined, but that seems to be the cause.FYI @yannde
The text was updated successfully, but these errors were encountered: