Skip to content

Commit

Permalink
update system pop handling
Browse files Browse the repository at this point in the history
  • Loading branch information
atharvar28 authored Jul 18, 2024
1 parent e3c44d1 commit 0dc723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/portal/home/homeProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ module.exports = {
},

systemUseAcceptButton: {
xpath: '//div[@id="popup"]//button[contains(text(), "Accept")]',
xpath: '//div[@class="popup__foot"]//button[contains(text(), "Accept")]',
},
};

0 comments on commit 0dc723a

Please sign in to comment.