Skip to content

Conversation

mialeska
Copy link
Contributor

@mialeska mialeska commented Feb 7, 2020

PR Details

implement ElementStateProvider, ElementCacheHandler and CachedElementStateProvider

Related Issue Link:

closes #12

How Has This Been Tested
Checklist
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

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);
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@mialeska mialeska requested a review from knysh February 10, 2020 16:16
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@knysh knysh merged commit 31bbb9a into master Feb 11, 2020
@paveliam paveliam deleted the Feature/12-ElementStateProvider branch May 7, 2020 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement ElementStateProvider

3 participants