2022-03-02 16:54:43 +00:00
|
|
|
export default {
|
2023-05-19 18:37:06 +00:00
|
|
|
selectGet: ".rc-select-item-option-content:contains('GET')",
|
|
|
|
|
selectPost: ".rc-select-item-option-content:contains('POST')",
|
2022-03-02 16:54:43 +00:00
|
|
|
selectDelete: "//span[text()='DELETE']",
|
|
|
|
|
pagebutton: "//div[text()='Page1']",
|
2022-03-13 17:21:04 +00:00
|
|
|
submitButton: "span:contains('Submit New Proposal')",
|
|
|
|
|
mailButton: "span:contains('Mail')",
|
2022-03-02 16:54:43 +00:00
|
|
|
sendMailText: "//span[text()='Send Mail']",
|
|
|
|
|
inputMail: "//input[@value='Curt50@gmail.com']",
|
|
|
|
|
subjectField: "(//div[@class='bp3-input-group']//input)[6]",
|
2023-03-01 20:58:48 +00:00
|
|
|
contentField: ".t--widget-inputwidgetv2",
|
2022-03-13 17:21:04 +00:00
|
|
|
confirmButton: "span:contains('Confirm')",
|
|
|
|
|
closeButton: "span:contains('Close')",
|
2022-03-02 16:54:43 +00:00
|
|
|
datasourcesbutton: "//div[text()='Datasources']",
|
|
|
|
|
postApi: "//div[text()='send_mail']",
|
|
|
|
|
deleteButton: "//span[text()='Delete Proposal']",
|
|
|
|
|
deleteTaskText: "//span[text()='Delete this task']",
|
|
|
|
|
};
|