PromucFlow_constructor/app/client/cypress/locators/CMSApplocators.js
Arsalan Yaldram 6496f84374
fix: Added Button Container for the firefox drag issue (#11627)
* fix: Added Button Container for the firefox drag issue

* fix: Removed un-necessary styles, added Container in Canvas mode.

* fix: Removed renderMode check from styled function.

* fix: Code refactor and handled Icon Button Component.

* fix: Added extensive comments.

* fix: handled menu button drag issues.

* fix: Fixed some failing tests.

* New Button locator (with drag-container) fix

* NewBtn container locator fix

* btn locator fix

* MongoShopping spec fix

* Mongo, Postgress fixes

* Stat box fix

* Testcase title update

Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-03-13 22:51:04 +05:30

19 lines
779 B
JavaScript

export default {
selectPost: "//span[text()='POST']",
selectDelete: "//span[text()='DELETE']",
pagebutton: "//div[text()='Page1']",
submitButton: "span:contains('Submit New Proposal')",
mailButton: "span:contains('Mail')",
sendMailText: "//span[text()='Send Mail']",
inputMail: "//input[@value='Curt50@gmail.com']",
subjectField: "(//div[@class='bp3-input-group']//input)[6]",
contentField: "//textarea[@class='bp3-input']",
confirmButton: "span:contains('Confirm')",
closeButton: "span:contains('Close')",
datasourcesbutton: "//div[text()='Datasources']",
postApi: "//div[text()='send_mail']",
deleteApi: "//div[text()='delete_proposal']",
deleteButton: "//span[text()='Delete Proposal']",
deleteTaskText: "//span[text()='Delete this task']",
};