PromucFlow_constructor/app/client/cypress/locators/Applications.json
NandanAnantharamu 4842f5bc06
test: list widget bug and other regression bugs automation (#21563)
Automated #19506 and #19654
ListWidget re-size bug was a bug noticed as observation which is
automated.

---------

Co-authored-by: Nandan <nandan@thnikify.io>
2023-04-24 08:07:48 +05:30

9 lines
397 B
JSON

{
"copyUrl": ".t--copy-url",
"forkButton": ".t--fork-app",
"shareButton": "button:contains('Share')",
"placeholderTxt": "//input[@placeholder='Enter email address(es)']",
"placeholderTxtEE": "//input[@placeholder='Enter email address(es) or group(s)']",
"closeModalPopup": ".bp3-dialog-close-button span svg",
"closeModalPopupMember": ".t--close-form-dialog span svg"
}