From f96fcffeffcd75b3825fbc2e53f180697b0828c5 Mon Sep 17 00:00:00 2001 From: rafaellajordao Date: Tue, 5 Nov 2024 10:53:31 -0300 Subject: [PATCH] LPD-18953 Enable tests affected by the LRAC-13715 bug --- .../analyticscloud/BlogsEvents.testcase | 30 ----------- .../analyticscloud/DataReportAPI.testcase | 5 -- .../analyticscloud/FormEvents.testcase | 5 -- .../analyticscloud/PageEvents.testcase | 50 ------------------- .../analyticscloud/RatingEvents.testcase | 10 ---- .../analyticscloud/SidebarMenu.testcase | 5 -- 6 files changed, 105 deletions(-) diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/BlogsEvents.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/BlogsEvents.testcase index 8ae3730bfe5cc3..2882823ebf8c93 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/BlogsEvents.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/BlogsEvents.testcase @@ -40,13 +40,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8668 | Test Summary: Check blogClicked is triggered when a blog is clicked within a widget" - @ignore = "true" @priority = 3 test CheckBlogClickedTriggeredWhenBlogClicked { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -189,13 +184,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8663 | Test Summary: Check blogDepthReached triggers (Level 1)" - @ignore = "true" @priority = 5 test CheckBlogDepthReachedTo25AndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -269,13 +259,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8664 | Test Summary: Check blogDepthReached triggers (Level 2)" - @ignore = "true" @priority = 5 test CheckBlogDepthReachedTo50AndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -349,13 +334,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8665 | Test Summary: Check blogDepthReached triggers (Level 3)" - @ignore = "true" @priority = 5 test CheckBlogDepthReachedTo75AndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -429,13 +409,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8666 | Test Summary: Check blogDepthReached triggers (Level 4)" - @ignore = "true" @priority = 5 test CheckBlogDepthReachedTo100AndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -509,13 +484,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8669 | Test Summary: Check blogViewed does not trigger when the blog is visible as a widget in the front page" - @ignore = "true" @priority = 2 test CheckBlogViewedDoesNotTriggerWhenBlogIsVisible { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/DataReportAPI.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/DataReportAPI.testcase index d7a3b9e9beda59..471dc16dd5cc2b 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/DataReportAPI.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/DataReportAPI.testcase @@ -626,13 +626,8 @@ definition { } @description = "Feature ID: LRAC-12919 | Automation ID: LRAC-13510 | Test Summary: Check if it is possible to filter the API response data only for the channelID that was chosen" - @ignore = "true" @priority = 4 test RequestToAccessDataForSpecificChannelID { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - var blogsTitleList = "Blog AC Title 1,Blog AC Title 2"; var type = "blogs"; var range = "rangeKey"; diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/FormEvents.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/FormEvents.testcase index 62ccc6562b6483..847c9bed50a6fe 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/FormEvents.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/FormEvents.testcase @@ -226,13 +226,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8692 | Test Summary: Check pageViewed is triggered with formViewed" - @ignore = "true" @priority = 4 test CheckPageViewedIsTriggeredWithFormViewed { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get formId of form") { diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/PageEvents.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/PageEvents.testcase index 0f7df880688b3c..a00c6382b69508 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/PageEvents.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/PageEvents.testcase @@ -46,13 +46,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8805 | Test Summary: Check pageDepthReached triggers ([depth] = 25) and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageDepthReachedTo25 { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a Blogs widget to page") { @@ -124,13 +119,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8806 | Test Summary: Check pageDepthReached trigggers ([depth] = 50) and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageDepthReachedTo50 { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a Blogs widget to page") { @@ -202,13 +192,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8807 | Test Summary: Check pageDepthReached trigggers ([depth] = 75) and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageDepthReachedTo75 { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a Blogs widget to page") { @@ -280,13 +265,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8808 | Test Summary: Check pageDepthReached trigggers ([depth] = 100) and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageDepthReachedTo100 { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a Blogs widget to page") { @@ -358,13 +338,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8871 | Test Summary: Check pageDepthReached events trigger when scrolling the page by hitting the Page Dn or the Down arrow keys" - @ignore = "true" @priority = 3 test CheckPageDepthReachedWhenPressPageDownKey { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a Blogs widget to page") { @@ -438,13 +413,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8935 | Test Summary: Check all page events can be sent again if the page is refreshed/hard refreshed" - @ignore = "true" @priority = 4 test CheckPageEventsTriggeredAgainAfterHardRefresh { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -527,13 +497,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8802 | Test Summary: Check all page events are triggered over again after a page refresh" - @ignore = "true" @priority = 4 test CheckPageEventsTriggeredAgainAfterRefresh { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -616,13 +581,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8799 | Test Summary: Check pageLoaded triggers when visiting a DXP page and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageLoadedWhenViewPage { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -678,13 +638,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8870 | Test Summary: Check pageUnloaded does not trigger when coming from untracked or external sites" - @ignore = "true" @priority = 4 test CheckPageUnLoadedIsNotTriggeredWhenComesFromUntrackedPage { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Get the Property ID in AC") { @@ -735,13 +690,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8801 | Test Summary: Check pageUnloaded triggers when leaving a DXPpage and check its properties (see reference document in comments)" - @ignore = "true" @priority = 5 test CheckPageUnLoadedWhenLeavePage { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add the second widget page") { diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/RatingEvents.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/RatingEvents.testcase index 82b60ec382b555..05f030399d1867 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/RatingEvents.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/RatingEvents.testcase @@ -36,13 +36,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8923 | Test Summary: Check vote is triggered when voting and check its properties" - @ignore = "true" @priority = 5 test CheckVoteEventWhenVotingForBlogAndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a blog to the page and connect AC to DXP") { @@ -135,13 +130,8 @@ definition { } @description = "Bug: LRAC-11450 | Automation ID: LRAC-11507 | Test Summary: Check vote is triggered when voting for DM and check its properties" - @ignore = "true" @priority = 5 test CheckVoteEventWhenVotingForDMAndCheckProperties { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - property proxy.server.enabled = "true"; task ("Add a documents and media to the page and connect DXP to AC") { diff --git a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/SidebarMenu.testcase b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/SidebarMenu.testcase index 81dd27f71b9b22..c9b942dd148889 100644 --- a/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/SidebarMenu.testcase +++ b/portal-web/test/functional/com/liferay/portalweb/tests/enduser/analyticscloud/SidebarMenu.testcase @@ -88,13 +88,8 @@ definition { } @description = "Feature ID: Legacy | Automation ID: LRAC-8973 | Test Summary: Assert the Property Menu after editing a Property" - @ignore = "true" @priority = 3 test AssertPropertyMenuAfterEditProperty { - - // AC Bug: Unable to search using special characters - // AC Bug ticket: LRAC-13715 - task ("Switch to new property in AC") { ACUtils.launchAC();