* JsonForm test for multisource data * Added tests for jsonForm widget * moved locators to seperate file * Added some more tests * Updated tests
17 lines
747 B
JSON
17 lines
747 B
JSON
{
|
|
"settings": ".t--edit-column-btn",
|
|
"propertyName": ".t--code-editor-wrapper",
|
|
"jsformInput": ".t--jsonformfield-name input",
|
|
"jsformDOB": ".t--jsonformfield-date_of_birth input",
|
|
"jsformEmpID": ".t--jsonformfield-employee_id input",
|
|
"msg": ".bp3-popover-content",
|
|
"submit": "button:contains('Submit')",
|
|
"mandatoryAsterisk": ".t--jsonformfield-name div :contains('*')",
|
|
"mandatoryFieldControl": ".t--property-control-required .bp3-control-indicator",
|
|
"keyInput": ".t--jsonformfield-Key input",
|
|
"emailField": "//input[@type='email']",
|
|
"switchStatus": ".t--switch-widget-active",
|
|
"calendarPopup": ".DayPicker-Months",
|
|
"datepickerContainer": "//div[@data-testid='datepicker-container']"
|
|
}
|
|
|