-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix typos in two files #1889
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
Fix typos in two files #1889
Conversation
In two files fixed typos and refactor the files. Fixes SeleniumHQ#1
✅ Deploy Preview for selenium-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
CLA assistant check
All committers have signed the CLA.
PR Reviewer Guide 🔍
Code Smell
The informationWithElements method is quite long and could be split into smaller, more focused methods for better readability and maintainability.
Possible Bug
The checkInput variable is used before it's declared, which might cause a compilation error.
PR Code Suggestions ✨
|
@A1exKH
A1exKH
left a comment
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.
LGTM.
LGTM.
I am not sure what is next step this pull request to go in main branch?
In two files fixed typos and refactor the files. Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [deploy site] e1215de
Uh oh!
There was an error while loading. Please reload this page.
User description
In two files fixed typos and refactor the files.
Fixes #1
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement
Description
InformationTest.javaandInteractionTest.javato improve code readability and consistency.Changes walkthrough 📝
InformationTest.java
Refactor and improve readability of InformationTest.javaexamples/java/src/test/java/dev/selenium/elements/InformationTest.java
InteractionTest.java
Refactor and improve readability of InteractionTest.javaexamples/java/src/test/java/dev/selenium/elements/InteractionTest.java