Skip to content

Commit

Permalink
LRQA-72602 Add a task to assert that there is no error in console
Browse files Browse the repository at this point in the history
  • Loading branch information
WYZ-Issac authored and brianwulbern committed Jan 19, 2022
1 parent c66b2de commit 3fdbf3e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -241,6 +241,10 @@ definition {
PortletEntry.publish();
}

task ("Assert there is no error in the console") {
AssertConsoleTextNotPresent(value1 = "error");
}

task ("View the default language of web content is es-ES") {
WebContentNavigator.gotoEditCP(webContentTitle = "Web Content Title");

Expand Down

0 comments on commit 3fdbf3e

Please sign in to comment.