Skip to content

Commit

Permalink
LPS-205905 Correct the steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Cao authored and brianchandotcom committed Jan 10, 2024
1 parent aad7050 commit 0629149
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,13 +452,13 @@ definition {
}

task ("Select the first tab and edit Web Content Title") {
SelectWindow.selectPopUp(value1 = "null");
SelectWindow(value1 = "null");

WebContent.addCP(webContentTitle = "WC WebContent Title Edit");
}

task ("Publish Web Content and view the error message") {
PortletEntry.publish();
Button.clickPublish();

Alert.viewErrorMessage(errorMessage = "Another user has made changes since you started editing. Publish this article to save this version and overwrite the recent changes.");
}
Expand Down

0 comments on commit 0629149

Please sign in to comment.