* number of tabs displayed alongside label * styling for span removed * feature added and cypress test cases written * code refactoring after review
13 lines
562 B
JSON
13 lines
562 B
JSON
{
|
|
"tabWidget": ".t--draggable-tabswidget",
|
|
"tabInput": ".t--draggable-tabswidget span.t--widget-name",
|
|
"tabName": ".t--property-control-tabs input",
|
|
"tabDefault": ".t--property-control-defaulttab .CodeMirror-code",
|
|
"tabButton": ".t--property-control-tabs button",
|
|
"tabDelete": ".t--property-control-tabs .t--delete-column-btn",
|
|
"tabContainer": "div[type='TABS_WIDGET']",
|
|
"tabEdit": ".t--property-control-tabs .t--edit-column-btn",
|
|
"tabVisibility": ".t--property-control-visible .bp3-control-indicator",
|
|
"tabNumber": ".t--number-of-tabs"
|
|
}
|