1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Homepage links (#37432)

This commit is contained in:
Peter Bengtsson
2023-06-05 17:03:08 -04:00
committed by GitHub
parent 716656c400
commit 567b77012a
20 changed files with 354 additions and 110 deletions

View File

@@ -66,13 +66,6 @@ async function testJSONParameters() {
assert(/enterprise-server@\d/.test(info))
}
// activeProducts
{
const res = await get('/en?json=activeProducts')
const activeProducts = JSON.parse(res.body)
assert(Array.isArray(activeProducts))
}
// currentProduct (home page)
{
const res = await get('/en?json=currentProduct')