Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Apr 15, 2024
2 parents 74a5af8 + 90d1324 commit fb02084
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public void describeTo(Description description) {

@Override
protected void describeMismatchSafely(T item, Description mismatchDescription) {
mismatchDescription.appendText(WebElementStateDescription.forElement(item)).appendText(" was not clicked");
mismatchDescription.appendText(WebElementStateDescription.forElement(item)).appendText(" was not clickable");
}
}

0 comments on commit fb02084

Please sign in to comment.