1.Basic API with header 2.Copy to home 3.Move to home 4.Delete API 5.Check API name uniquness 6.Search API on side bar
11 lines
412 B
JSON
11 lines
412 B
JSON
{
|
|
"resourceUrl":".t--dataSourceField",
|
|
"searchApi":".t--sidebar input[type=text]",
|
|
"createapi":".t--createBlankApiCard",
|
|
"apiTxt":"input[name=name]",
|
|
"popover":".bp3-popover-target >div>svg",
|
|
"moveTo":".single-select >div:contains('Move to')",
|
|
"copyTo":".single-select >div:contains('Copy to')",
|
|
"home":".single-select >div:contains('Home')",
|
|
"delete":".single-select >div:contains('Delete')"
|
|
} |