{
  "description": "Test Mermaid graph with clickable links and tooltips",
  "requires": {
    "Mermaid": ">=2.0"
  },
  "setup": [
    {
      "page": "Mermaid Test/Graph Links and Tooltips",
      "contents": "{{#mermaid:graph LR;\n A-->B;\n click A \"https://sandbox.semantic-mediawiki.org/wiki/A\" \"This is the tooltip for a link to page A.\"\n click B \"https://sandbox.semantic-mediawiki.org/wiki/B\" \"This is the tooltip for a link to page B.\"\n}}"
    }
  ],
  "tests": [
    {
      "type": "parser",
      "about": "Check Mermaid graph with links and tooltips in data-mermaid attribute",
      "subject": "Mermaid Test/Graph Links and Tooltips",
      "assert-output": {
        "to-contain": [
          "data-mermaid=\"&#123;&quot;content&quot;:&quot;graph LR;",
          "A--&amp;gt;B;",
          "click A",
          "https:\\/\\/sandbox.semantic-mediawiki.org\\/wiki\\/A",
          "This is the tooltip for a link to page A.",
          "click B",
          "https:\\/\\/sandbox.semantic-mediawiki.org\\/wiki\\/B",
          "This is the tooltip for a link to page B."
        ]
      }
    }
  ],
  "settings": {
    "wgContLang": "en",
    "wgLang": "en"
  },
  "meta": {
    "version": "2",
    "is-incomplete": false,
    "debug": true
  }
}
