-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adapt test after updating Monaco editor #14523
Conversation
Signed-off-by: musienko maksym <mmusiien@redhat.com>
ea7481c
to
a588946
Compare
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
Signed-off-by: Dmytro Nochevnov <dnochevn@redhat.com>
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
After merge Theia PR:
Monaco editor was updated. It reflected on che e2e test. We got some changes in the DOM and new issue: #14520
What does this PR do?
This PR adapt the tests to to the new changes. The code navigation part was skipped as temporary solution. We are going to implement workaround: #14522
What issues does this PR fix or reference?
#14512