-
Notifications
You must be signed in to change notification settings - Fork 985
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
[Fix] network-routing component test #17760
Conversation
Jenkins BuildsClick to see older builds (4)
|
@@ -0,0 +1,16 @@ | |||
(ns taoensso.encore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you pls elaborate on how this related to PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not related to the PR.
These files need to be committed as these are generated by encore clj-kondo.
https://discord.com/channels/1103692771585433630/1103692773363810317/1166397710941814794
I can remove these changes if not required.
EDIT: Apologies for not adding the link/description in the first place.
97a3b9c
to
3cb180e
Compare
87% of end-end tests have passed
Failed tests (3)Click to expandClass TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Expected to fail tests (3)Click to expandClass TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestGroupChatMultipleDeviceMergedNewUI:
Passed tests (39)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
Class TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestActivityMultipleDevicePRTwo:
Class TestActivityMultipleDevicePR:
Class TestCommunityMultipleDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestCommunityOneDeviceMerged:
|
@status-im/mobile-qa - There are three failed test cases. I believe it's not related to this PR. Please help me confirm. |
Hi @smohamedjavid . The e2e failed tests are not related to the current PR. Thanx |
Thanks for the confirmation @VolodLytvynenko! |
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
3cb180e
to
80f924c
Compare
This commit moves the "network-routing" component test to the quo ns from quo2 ns. Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
Summary
This PR moves the
network-routing
component test to thequo
ns fromquo2
ns.With this, the
quo2
directory is completely removed.Testing notes
This PR doesn't require any manual testing as it moves the component test for a component to its rightful place/namespace.
status: ready