diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/localization/LocalizationWithWebContent.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/localization/LocalizationWithWebContent.testcase index 3049bd3c9864db..b5f671bbba085e 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/localization/LocalizationWithWebContent.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/localization/LocalizationWithWebContent.testcase @@ -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");