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

Selenium3 5 integration #140

Merged
merged 6 commits into from
Aug 20, 2017
Merged

Selenium3 5 integration #140

merged 6 commits into from
Aug 20, 2017

Conversation

doctordrue
Copy link
Contributor

fix for issue #139

@@ -24,7 +26,7 @@ public By buildBy() {
Class<?> clazz = elementClass;
while (clazz != Object.class) {
if (clazz.isAnnotationPresent(FindBy.class)) {
return buildByFromFindBy(clazz.getAnnotation(FindBy.class));
return new FindByBuilder().buildIt(clazz.getAnnotation(FindBy.class), null);
Copy link
Contributor

Choose a reason for hiding this comment

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

why it moved so far to the right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That was due to I used tabs for indentation. Fixed

@lanwen
Copy link
Contributor

lanwen commented Aug 19, 2017

👍 Thanks for the fix! Can u shift return statements a little bit left (to align with other code)? I will merge and release it then.

@lanwen lanwen merged commit 3412832 into yandex-qatools:master Aug 20, 2017
eroshenkoam pushed a commit that referenced this pull request Mar 12, 2018
* Update framework to use selenium 3.5.1

* Cosmetic updates for #139 fix

* #139 return statement alignment fixed

* code style fixes: change tabs to spaces

* code style fixes: organize imports

* code style fixes: reorder imports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants