PromucFlow_constructor/app/client/cypress/locators/ApiEditor.json
2020-05-15 17:50:09 +05:30

17 lines
620 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"
}