PromucFlow_constructor/app/client/cypress/locators/ApiEditor.json
Hetu Nandu c38f839331 feat: add test case for executing blank api
- add test case for executing blank api by selecting the available datasource
2020-05-07 11:00:26 +00:00

16 lines
553 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"
}