Skip to content

Commit

Permalink
LPS-203986 Add step to wait message displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Sui authored and brianchandotcom committed Dec 18, 2023
1 parent 35e5c7b commit eec9b16
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ definition {

Click(locator1 = "Button#SUBMIT");

WaitForElementPresent(locator1 = "Message#ERROR");

Alert.viewErrorMessage(errorMessage = "Staging is enabled for at least one site or asset library in the current virtual instance. Publications and staging cannot be used together.");
}

Expand Down

0 comments on commit eec9b16

Please sign in to comment.