Skip to content

Selenium: add info about known issues, fix unstable selenium tests #11046

Merged
SkorikSergey merged 8 commits intomasterfrom
updateSeleniumTests
Sep 3, 2018
Merged

Selenium: add info about known issues, fix unstable selenium tests #11046
SkorikSergey merged 8 commits intomasterfrom
updateSeleniumTests

Conversation

@SkorikSergey
Copy link
Copy Markdown
Contributor

What does this PR do?

This PR:

What issues does this PR fix or reference?

#11000, #11001

@SkorikSergey SkorikSergey added kind/bug Outline of a bug - must adhere to the bug report template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. team/che-qe labels Sep 3, 2018
editor.waitTabIsPresent("web-java-spring", WIDGET_TIMEOUT_SEC);
} catch (TimeoutException ex) {
// remove try-catch block after issue has been resolved
fail("Known issue https://github.com/eclipse/che/issues/11001");
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.

Please, express if it is permanent or random in error message:

Known permanent failure https://github.com/eclipse/che/issues/... 

terminal.waitTextInFirstTerminal(".dockerenv");
} catch (TimeoutException ex) {
// remove try-catch block after issue has been resolved
fail("Known issue https://github.com/eclipse/che/issues/10854");
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.

Please, express if it is permanent or random in error message:

Known permanent failure https://github.com/eclipse/che/issues/... 

projectExplorer.waitItem(PROJECT_NAME + "/src/main/webapp/WEB-INF");
} catch (TimeoutException ex) {
// remove try-catch block after issue has been resolved
fail("Known issue https://github.com/eclipse/che/issues/11000");
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.

Please, express if it is permanent or random in error message:

Known permanent failure https://github.com/eclipse/che/issues/... 

try {
try {
for (String partOfContent : CHECK_MC_OPENING) {

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.

From readability point it's better to add empty row after for-statement than before.

@SkorikSergey SkorikSergey merged commit 70ebef7 into master Sep 3, 2018
@SkorikSergey SkorikSergey deleted the updateSeleniumTests branch September 3, 2018 15:02
@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 3, 2018
@benoitf benoitf added this to the 6.11.0 milestone Sep 3, 2018
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.

It is impossible to create a factory by git URL

3 participants