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

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

Merged
merged 5 commits into from
Aug 20, 2018

Conversation

SkorikSergey
Copy link
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
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.

@@ -78,7 +79,7 @@ public Swagger(SeleniumWebDriver seleniumWebDriver) {
private void expandWorkSpaceItem() {
Wait fluentWait =
new FluentWait(seleniumWebDriver)
.withTimeout(LOAD_PAGE_TIMEOUT_SEC, SECONDS)
.withTimeout(WIDGET_TIMEOUT_SEC, SECONDS)
Copy link
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.

None yet

3 participants