-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/add js helper methods #159
Feature/add js helper methods #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a first review of the source code, ignoring unit tests for now. Let's focus on implementation: you can @Disable
broken tests for the time being.
Some tasks are just cosmetics. Please let me know if there's something unclear.
it/src/test/java/io/github/giulong/spectrum/it/pages/LandingPage.java
Outdated
Show resolved
Hide resolved
it/src/test/java/io/github/giulong/spectrum/it/tests/JavascriptIT.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/enums/LocatorType.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/Js.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/Js.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/JsMethodsUtils.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/JsMethodsUtils.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/JsMethodsUtils.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/JsMethodsUtils.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/enums/LocatorType.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're definitely close to a clean solution. Just few more changes needed 💪
spectrum/src/main/java/io/github/giulong/spectrum/utils/Js.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/utils/Js.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/enums/LocatorType.java
Outdated
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/interfaces/WebElementFinder.java
Show resolved
Hide resolved
spectrum/src/main/java/io/github/giulong/spectrum/enums/LocatorType.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything's fine and clean now, good job! Thanks again for contributing 🙏
I'm gonna prepare a new release in the next days with this feature as well. Will tag you there. Thanks again |
No description provided.