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

Catch issue #8468 in the ProjectExplorer page-object #8680

Merged
merged 2 commits into from
Feb 8, 2018

Conversation

Ohrimenko1988
Copy link
Contributor

What does this PR do?

Catch issue #8468 in the ProjectExplorer page-object

What issues does this PR fix or reference?

Issue: #8468

Release Notes

Docs PR

@Ohrimenko1988 Ohrimenko1988 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. labels Feb 8, 2018
Copy link
Contributor

@dmytro-ndp dmytro-ndp left a comment

Choose a reason for hiding this comment

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

page-object looks slightly inappropriate as for me.
Let's use well-known term page object.

} catch (TimeoutException ex) {
return false;
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I have not quiet understood why we need SeleniumWebDriverHelper, why not SeleniumWebDriverUtils class? The classes very similar as for me.

Copy link
Contributor

@dmytro-ndp dmytro-ndp Feb 8, 2018

Choose a reason for hiding this comment

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

SeleniumWebDriverUtils - means utility to expand SeleniumWebDriver functionality itself, while SeleniumWebDriverHelper provides high-level functionality which just consume SeleniumWebDriver

@Ohrimenko1988 Ohrimenko1988 merged commit fefef18 into master Feb 8, 2018
@Ohrimenko1988 Ohrimenko1988 deleted the selen-load-page branch February 8, 2018 15:54
@benoitf benoitf added this to the 6.1.0 milestone Feb 8, 2018
@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 Feb 8, 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.

None yet

4 participants