From 0dc723adf75eb8c9748760a1b27fe3e5bbac4cbc Mon Sep 17 00:00:00 2001 From: Atharva Rane <41084525+atharvar28@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:13:26 -0400 Subject: [PATCH] update system pop handling --- services/portal/home/homeProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/portal/home/homeProps.js b/services/portal/home/homeProps.js index d7cd1ddc9..8af32e249 100644 --- a/services/portal/home/homeProps.js +++ b/services/portal/home/homeProps.js @@ -35,6 +35,6 @@ module.exports = { }, systemUseAcceptButton: { - xpath: '//div[@id="popup"]//button[contains(text(), "Accept")]', + xpath: '//div[@class="popup__foot"]//button[contains(text(), "Accept")]', }, };