Skip to content

Selenium: Update the 'ApacheCamelFileEditingTest' according to the test plan#11347

Merged
artaleks9 merged 6 commits intomasterfrom
che#11222
Sep 25, 2018
Merged

Selenium: Update the 'ApacheCamelFileEditingTest' according to the test plan#11347
artaleks9 merged 6 commits intomasterfrom
che#11222

Conversation

@artaleks9
Copy link
Copy Markdown
Contributor

What does this PR do?

  • Update the ApacheCamelFileEditingTest according to the test plan
  • Change the name of template workspace in the WorkspaceTemplate
  • Change name and content template workspaces in the resources

What issues does this PR fix or reference?

#11222

@artaleks9 artaleks9 added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/task Internal things, technical debt, and to-do tasks to be performed. team/che-qe labels Sep 25, 2018
UBUNTU_GO("ubuntu_go.json"),
UBUNTU_JDK8("ubuntu_jdk8.json"),
UBUNTU_LSP("ubuntu_with_c_sharp_lsp.json"),
UBUNTU_CAMEL("ubuntu_jdk8_with_camel_ls.json");
Copy link
Copy Markdown
Contributor

@dmytro-ndp dmytro-ndp Sep 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not just "Apache Camel"(C) ls, but it is based on spring-boot image. More relevant name would sound like the following: spring_boot_with_apache_camel_ls.json

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll fix it

private static final String PATH_TO_CAMEL_FILE = PROJECT_NAME + "/" + CAMEL_FILE_NAME;
private static final String LS_INIT_MESSAGE =
format("Finished language servers initialization, file path '/%s'", PATH_TO_CAMEL_FILE);
private static final String[] GO_TO_SYMBOL_EXPECTED_TEXT = {"<no id>symbols (2)", "<no id>"};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about renaming it to EXPECTED_GO_TO_SYMBOL_ALTERNATIVES?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind

@artaleks9 artaleks9 merged commit a75351c into master Sep 25, 2018
@artaleks9 artaleks9 deleted the che#11222 branch September 25, 2018 14:58
@benoitf benoitf 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 25, 2018
@benoitf benoitf added this to the 6.12.0 milestone Sep 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/task Internal things, technical debt, and to-do tasks to be performed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants