PromucFlow_constructor/app/client/cypress/locators/commentsLocators.json
Pranav Kanade bffe28361a
fix: Show invite option for substring user emails of other shared users (#8962)
* show invitation option for overlapping email addr string if no exact match is found.

* added test case

Co-authored-by: Arpit Mohan <arpit@appsmith.com>
2021-11-22 10:33:43 +05:30

10 lines
420 B
JSON

{
"switchToCommentModeBtn": ".t--switch-comment-mode-on",
"mentionsInput": "[data-testid='mentions-input']",
"postButtonAddComment": "[data-cy='add-comment-submit']",
"cancelCommentButton": "[data-cy='add-comment-cancel']",
"inlineCommentThreadPin": ".t--inline-comment-pin-trigger-",
"toggleCommentModeOnUnread": ".t--toggle-comment-mode-on--unread",
"toggleCommentModeOn": ".t--toggle-comment-mode-on"
}