Skip to content

Selenium: remove info about known issues, fix unstable tests#10851

Merged
SkorikSergey merged 5 commits intomasterfrom
fixSeleniumTests
Aug 20, 2018
Merged

Selenium: remove info about known issues, fix unstable tests#10851
SkorikSergey merged 5 commits intomasterfrom
fixSeleniumTests

Conversation

@SkorikSergey
Copy link
Copy Markdown
Contributor

@SkorikSergey SkorikSergey commented Aug 20, 2018

What does this PR do?

This PR:

What issues does this PR fix or reference?

#10848, #10849

@SkorikSergey SkorikSergey 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 Aug 20, 2018
assertFalse(
createFactoryPage.isCreateFactoryButtonEnabled(),
"Known issue https://github.com/eclipse/che/issues/10121");
assertTrue(createFactoryPage.isCreateFactoryButtonEnabled());
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.

There should be assertFalse according to fixing test.

Wait fluentWait =
new FluentWait(seleniumWebDriver)
.withTimeout(LOAD_PAGE_TIMEOUT_SEC, SECONDS)
.withTimeout(WIDGET_TIMEOUT_SEC, SECONDS)
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.

WIDGET_TIMEOUT_SEC is too long timeout IMHO.

@SkorikSergey SkorikSergey merged commit 70aed9e into master Aug 20, 2018
@SkorikSergey SkorikSergey deleted the fixSeleniumTests branch August 20, 2018 15:13
@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 Aug 20, 2018
@benoitf benoitf added this to the 6.10.0 milestone Aug 20, 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.

3 participants