-
Notifications
You must be signed in to change notification settings - Fork 193
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
websocket errors/warnings in frontend/ tests #2753
Comments
There are 2 type of errors. The old one's which is expected as this uses old API. We do not need to fix it.
The new one's that used v2 API are fixed. Creating a PR for the same 2nd one is
The storybook tests are trying to connect to a real WebSocket server which is not required for storybook tests, so these are ok |
knrt10
added a commit
that referenced
this issue
Jan 17, 2025
We now mock console logs in tests and do not console errors for tests env. Fixes: #2753 Signed-off-by: Kautilya Tripathi <[email protected]>
knrt10
added a commit
that referenced
this issue
Jan 17, 2025
We now mock console logs in tests and do not console errors for tests env. Fixes: #2753 Signed-off-by: Kautilya Tripathi <[email protected]>
knrt10
added a commit
that referenced
this issue
Jan 17, 2025
We now mock console logs in tests and do not console errors for tests env. Fixes: #2753 Signed-off-by: Kautilya Tripathi <[email protected]>
knrt10
added a commit
that referenced
this issue
Jan 17, 2025
We now mock console logs in tests and do not console errors for tests env. Fixes: #2753 Signed-off-by: Kautilya Tripathi <[email protected]>
knrt10
added a commit
that referenced
this issue
Jan 17, 2025
We now mock console logs in tests and do not console errors for tests env. Fixes: #2753 Signed-off-by: Kautilya Tripathi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some websocket errors/warnings when running the frontend tests.
To Reproduce
Run frontend tests (npm test) and see websocket errors.
Additional Context
It would be good to know if these were in the last release, or if they are new.
The text was updated successfully, but these errors were encountered: