From 153ff7b1a0e0d7e9576693fa8d8cae029ddd91d0 Mon Sep 17 00:00:00 2001 From: Anthony Chu Date: Wed, 11 Oct 2017 14:35:51 -0700 Subject: [PATCH] LRQA-35459 Refactor page teardown to use Product Menu --- .../com/liferay/portalweb/macros/Page.macro | 22 ++++++++++++++----- .../paths/portlet/sitepages/SitePages.path | 5 +++++ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/portal-web/test/functional/com/liferay/portalweb/macros/Page.macro b/portal-web/test/functional/com/liferay/portalweb/macros/Page.macro index 7646cbd3d7740f..aa7f6cc5a91e44 100644 --- a/portal-web/test/functional/com/liferay/portalweb/macros/Page.macro +++ b/portal-web/test/functional/com/liferay/portalweb/macros/Page.macro @@ -771,19 +771,29 @@ - + - + + + + + + + - + - + + + + + - + - + diff --git a/portal-web/test/functional/com/liferay/portalweb/paths/portlet/sitepages/SitePages.path b/portal-web/test/functional/com/liferay/portalweb/paths/portlet/sitepages/SitePages.path index 7af81ef58222ae..4899c22c18c6eb 100644 --- a/portal-web/test/functional/com/liferay/portalweb/paths/portlet/sitepages/SitePages.path +++ b/portal-web/test/functional/com/liferay/portalweb/paths/portlet/sitepages/SitePages.path @@ -450,6 +450,11 @@ //div[contains(.,'${key_page}')]/*[@data-qa-id='pageOptions'] + + PAGE_ELLIPSIS_2 + xpath=(//*[@data-qa-id='pageOptions'])[2] + +