[Java] Fix typo in invisibilityOf method documentation#16456
[Java] Fix typo in invisibilityOf method documentation#16456cgoldberg merged 1 commit intoSeleniumHQ:trunkfrom
Conversation
PR Compliance Guide πBelow is a summary of compliance checks for this PR:
Compliance status legendπ’ - Fully Compliantπ‘ - Partial Compliant π΄ - Not Compliant βͺ - Requires Further Human Verification π·οΈ - Compliance label |
||||||||||||||||||
|
Thank you, @ethbra for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
PR Code Suggestions β¨No code suggestions found for the PR. |
User description
π Related Issues
Fixes #16455
π₯ What does this PR do?
Fixes a grammatical error in Javadocs
π‘ Additional Considerations
This doesn't affect any runnable code, so no other considerations are necessary
π Types of changes
PR Type
Documentation
Description
Fixes grammatical error in invisibilityOf method Javadoc
Changes "elements is" to "element is" for accuracy
Diagram Walkthrough
File Walkthrough
ExpectedConditions.java
Fix grammar in invisibilityOf Javadoc commentΒ Β Β Β Β Β Β Β Β Β Β Βjava/src/org/openqa/selenium/support/ui/ExpectedConditions.java
invisibilityOfmethod Javadoc"@return Boolean true when element is not visible anymore"