PromucFlow_constructor/app/client/cypress/locators/ApiEditor.json
Nandan H A 6a1e942680 Feature/api action tests
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
2020-05-20 16:04:37 +00:00

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"
}