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: Rework methods from "CodenvyEditor" page object with using "SeleniumWebDriverHelper" and "WebDriverWaitFactory" classes #8980

Merged
merged 18 commits into from
Mar 2, 2018

Conversation

Ohrimenko1988
Copy link
Contributor

What does this PR do?

Rework methods from "CodenvyEditor" page object with using "SeleniumWebDriverHelper" and "WebDriverWaitFactory" classes

What issues does this PR fix or reference?

Issue: #8962

Release Notes

Docs PR

@Ohrimenko1988 Ohrimenko1988 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 Mar 1, 2018

new WebDriverWait(seleniumWebDriver, LOAD_PAGE_TIMEOUT_SEC)
webDriverWaitFactory
.get(DEFAULT_TIMEOUT)
Copy link
Contributor

Choose a reason for hiding this comment

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

We can omit DEFAULT_TIMEOUT parameter by creation WebDriverWaitFactory#get() method which uses DEFAULT_TIMEOUT inside.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, thanks for the idea.

@Ohrimenko1988
Copy link
Contributor Author

ci-test

@codenvy-ci
Copy link

ci-test build report:
Build details
Test report
selenium tests report data
docker image: eclipseche/che-server:8980
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

…rPropByDoubleClick(String expectedItem)' and remove 'try/catch' blocks from related tests
@Ohrimenko1988 Ohrimenko1988 merged commit c044e28 into master Mar 2, 2018
@Ohrimenko1988 Ohrimenko1988 deleted the selen-revork-methods-editor branch March 2, 2018 10:27
@Ohrimenko1988 Ohrimenko1988 removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Mar 2, 2018
@benoitf benoitf added this to the 6.2.0 milestone Mar 2, 2018
hkolvenbach pushed a commit to hkolvenbach/che that referenced this pull request Mar 12, 2018
…"SeleniumWebDriverHelper" and "WebDriverWaitFactory" classes (eclipse-che#8980)
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

5 participants