From d63e98d5480b6a6b8a8c281187ffb07ec1628ca0 Mon Sep 17 00:00:00 2001 From: Gergely Szalay <95410113+gergelyszalay@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:46:53 +0200 Subject: [PATCH] LPD-39505 Removing WebContentDisplay#DisplayWebContentWithGeolocationField Poshi test --- .../WebContentDisplay.testcase | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/webcontentdisplay/WebContentDisplay.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/webcontentdisplay/WebContentDisplay.testcase index f09a3a204f85f3..23874e5bea6392 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/webcontentdisplay/WebContentDisplay.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/wem/journal/webcontentdisplay/WebContentDisplay.testcase @@ -637,52 +637,6 @@ Welcome to Liferay Community Edition Portal 7.4.0 CE GA1'''; } } - @description = "This is a use case for LPS-130033. Display web content with Geolocation field in Web Content Display." - @priority = 4 - test DisplayWebContentWithGeolocationField { - task ("Add a web content structure with a Geolocation field") { - WebContentNavigator.openWebContentAdmin(siteURLKey = "test-site-name"); - - NavItem.gotoStructures(); - - WebContentStructures.addCP(structureName = "WC Structure Name"); - - DataEngine.addField( - fieldFieldLabel = "Geolocation", - fieldName = "Geolocation"); - - WebContentStructures.saveCP(); - } - - task ("Add a web content based on new structure") { - WebContentNavigator.openWebContentAdmin(siteURLKey = "test-site-name"); - - WebContentNavigator.gotoAddWithStructureCP(structureName = "WC Structure Name"); - - WebContent.addWithStructureCP(webContentTitle = "Web Content Title"); - - PortletEntry.publish(); - } - - task ("Select the web content in Web Content Display") { - Navigator.gotoSitePage( - pageName = "Test Page Name", - siteName = "Test Site Name"); - - WebContentDisplayPortlet.selectWebContent(webContentTitle = "Web Content Title"); - - IFrame.closeFrame(); - } - - task ("View the web content is shown in Web Content Display") { - Portlet.viewTitle(portletName = "Web Content Title"); - - AssertVisible( - key_content = "//div[contains(@id,'Geolocation')]", - locator1 = "WCD#WEB_CONTENT_CONTENT_ANY"); - } - } - @description = "Can edit a web content template via Web Content Display." @priority = 4 test EditTemplate {