Navigation Menu

Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into ZNTA-2293
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathryn Gough committed Nov 30, 2017
2 parents f51a662 + 24081cc commit c152e68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -356,7 +356,7 @@ public void expectValidationErrorsVisible() {
*/
public EditorPage openValidationBox() {
log.info("Click to open Validation panel");
getTargetValidationBox().click();
clickElement(existingElement(getTargetValidationBox(), By.tagName("a")));
waitForAMoment().until(webDriver -> {
String errorText = getValidationMessageCurrentTarget();
return errorText.contains("Unexpected")
Expand Down

0 comments on commit c152e68

Please sign in to comment.