Skip to content

Selenium: rework "FindUsages" selenium page object by "SeleniumWebDriverHelper" class #11329

Merged
SkorikSergey merged 2 commits intomasterfrom
fixFindUsageBaseOperationTest
Sep 25, 2018
Merged

Selenium: rework "FindUsages" selenium page object by "SeleniumWebDriverHelper" class #11329
SkorikSergey merged 2 commits intomasterfrom
fixFindUsageBaseOperationTest

Conversation

@SkorikSergey
Copy link
Copy Markdown
Contributor

What does this PR do?

Rework "FindUsages" selenium page object by "SeleniumWebDriverHelper" class.

What issues does this PR fix or reference?

#11171

@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 Sep 24, 2018
seleniumWebDriver.findElement(
By.xpath(format(Locators.FIND_USAGES_HIGHLIGHTED_ITEM, nameElement)));
new WebDriverWait(seleniumWebDriver, LOAD_PAGE_TIMEOUT_SEC)
webDriverWaitFactory
Copy link
Copy Markdown
Contributor

@dmytro-ndp dmytro-ndp Sep 24, 2018

Choose a reason for hiding this comment

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

You can shorten the code by using SeleniumWebDriverHelper#waitSuccessCondition(expression) method instead

@dmytro-ndp
Copy link
Copy Markdown
Contributor

ci-test

@riuvshin
Copy link
Copy Markdown
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11329
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@SkorikSergey SkorikSergey merged commit 0620797 into master Sep 25, 2018
@SkorikSergey SkorikSergey deleted the fixFindUsageBaseOperationTest branch September 25, 2018 09:49
@SkorikSergey SkorikSergey removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Oct 24, 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