-
Notifications
You must be signed in to change notification settings - Fork 4
Feature/12 element state provider #30
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
Conversation
corrected CachedElementStateProvider and ElementFinder
String timeoutString = timeout == null ? "" : String.format("of %1$s seconds", timeout); | ||
String message = String.format( | ||
"Element %1$s has not become %2$s after timeout %3$s", locator, conditionName.toUpperCase(), timeoutString); | ||
Logger.getInstance().warn(message); |
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.
would you like to localize this message?
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.
fixed
Kudos, SonarCloud Quality Gate passed!
|
PR Details
implement ElementStateProvider, ElementCacheHandler and CachedElementStateProvider
Related Issue Link:
closes #12
How Has This Been Tested
Checklist