{
 "legacyTag": "oj-collapsible",
 "corePackTag": "oj-c-collapsible",
 "migrateImports": {
  "from": "ojs/ojcollapsible",
  "to": "oj-c/collapsible"
 },
 "classNameToAttribute": [
  {
   "className": "oj-header-border",
   "attribute": "variant",
   "attributeValue": "horizontal-rule"
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjCollapsible",
   "to": "CollapsibleWebElement"
  },
  "locator": {
   "from": "ojCollapsible",
   "to": "findCollapsible"
  },
  "ruleSetToIgnore": [
   "changeExpanded",
   "getExpandArea",
   "getTranslations"
  ]
 }
}