added below tests * API verb tests added ( POST /PUT/PATCH) * Query param tests (This is also includes invalid and valid) * Edit APIs( update of api name and api datasource as well) * mustache API test * Market Place API test * Curl POST test
18 lines
667 B
JSON
18 lines
667 B
JSON
{
|
|
"curlImage": ".t--curlImage",
|
|
"curlImportBtn": ".t--importBtn",
|
|
"createBlankApiCard": ".t--createBlankApiCard",
|
|
"eachProviderCard": ".t--eachProviderCard",
|
|
"nameOfApi": ".t--nameOfApi",
|
|
"ApiNameField":"input[name='name']",
|
|
"addToPageBtn": ".t--addToPageBtn",
|
|
"ApiDeleteBtn": ".t--apiFormDeleteBtn",
|
|
"ApiRunBtn": ".t--apiFormRunBtn",
|
|
"addToPageBtnsId": ".t--addToPageButtons",
|
|
"ApiHomePage": ".t--apiHomePage",
|
|
"formActionButtons": ".t--formActionButtons",
|
|
"dataSourceField": ".t--dataSourceField",
|
|
"responseBody": ".CodeMirror-code span.cm-string.cm-property",
|
|
"ApiVerb": ".t--apiFormHttpMethod input"
|
|
}
|