-
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
E2E: Modify e2e test 'InstallCheByOperatorHub' to use with both Che and Crw #14798
Conversation
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:
|
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.
looks good
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
@@ -18,8 +18,13 @@ import { Logger } from '../../utils/Logger'; | |||
@injectable() | |||
export class OcpWebConsolePage { | |||
|
|||
private static readonly CHE_OPERATOR_LOGO_NAME: string = '//h1[text()=\'Eclipse Che\']'; | |||
private static readonly ECLIPSE_CHE_PREFIX_URL: string = 'che-'; | |||
private static readonly OPERATOR_LOGO_NAME: string = `//h1[text()='${TestConstants.TS_SELENIUM_OPERATOR_LOGO_NAME}']`; |
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.
It would be great to point which kind of locator is used (xpath, css ...) . Here and in all other places.
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 been successful:
|
ci-test |
1 similar comment
ci-test |
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
ci-build |
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 failed:
|
What does this PR do?
What issues does this PR fix or reference?
https://issues.jboss.org/browse/CRW-223