Skip to content
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] Fixing bug in opening file. #14435

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

Katka92
Copy link
Contributor

@Katka92 Katka92 commented Sep 5, 2019

What does this PR do?

The last changes created a bug in ProjectTree.ts file. This PR is fixing them.
When calling the expandPathAndOpenFile method in ProjectTree.ts file, there was a problem with adding slashes, so the wrong css path was generated. Was: /projects:/projects//console-java-simple, should be: /projects:/projects/console-java-simple.
One slash was added in expandPathAndOpenFile method and the second slash was added in getItemCss method, which was called inside the first one.
As getItemCss method may be used in other methods, I decided to change a logic in expandPathAndOpenFile.

@che-bot che-bot added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/bug Outline of a bug - must adhere to the bug report template. labels Sep 5, 2019
@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

  • build details
  • "che-server" docker image: maxura/che-server:14435

@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

  • build details
  • "che-server" docker image: maxura/che-server:14435

Signed-off-by: kkanova <kkanova@redhat.com>
@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@Katka92
Copy link
Contributor Author

Katka92 commented Sep 5, 2019

crw-ci-test

@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E tests of Eclipse Che Multiuser on OCP has been successful:

@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@Katka92
Copy link
Contributor Author

Katka92 commented Sep 5, 2019

crw-ci-test

@che-bot
Copy link
Contributor

che-bot commented Sep 5, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has been successful:

  • build details
  • "che-server" docker image: maxura/che-server:14435

@rhopp rhopp merged commit 254888d into eclipse-che:master Sep 5, 2019
@che-bot che-bot removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Sep 5, 2019
@che-bot che-bot added this to the 7.2.0 milestone Sep 5, 2019
@Katka92 Katka92 deleted the e2e_fix_opening_project branch March 3, 2020 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants