Files
blap/modules/opendesk/element-web/e2e/fixture/navigation.json
T
David Langley 64d5bef3e7 Migrate playwright tests from tests/ to e2e/ convention
All modules now use e2e/ for playwright tests, consistent with
element-modules-private. This avoids conflicts between vitest (which
uses tests/) and playwright project discovery.
2026-03-04 15:55:57 +00:00

45 lines
1.4 KiB
JSON

{
"categories": [
{
"identifier": "category1",
"display_name": "Category 1",
"entries": [
{
"identifier": "app1",
"display_name": "App 1",
"icon_url": "http://localhost:8080/app1.png",
"link": "https://example.com/app1",
"target": "_blank"
},
{
"identifier": "app2",
"display_name": "App 2",
"icon_url": "http://localhost:8080/app2.png",
"link": "https://example.com/app2",
"target": "_blank"
}
]
},
{
"identifier": "category2",
"display_name": "Category 2",
"entries": [
{
"identifier": "app3",
"display_name": "App 3",
"icon_url": "http://localhost:8080/app1.png",
"link": "https://example.com/app3",
"target": "_blank"
},
{
"identifier": "app4",
"display_name": "App 4",
"icon_url": "http://localhost:8080/app2.png",
"link": "https://example.com/app4",
"target": "_blank"
}
]
}
]
}