From ed63ef2c75780d4b1205f97735603b85a99d15d1 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Wed, 22 Feb 2023 11:55:50 +0100 Subject: [PATCH] Change default manifest to automatic test --- __tests__/integration/mirador/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/__tests__/integration/mirador/index.html b/__tests__/integration/mirador/index.html index b2ec202dd..67f6e8257 100644 --- a/__tests__/integration/mirador/index.html +++ b/__tests__/integration/mirador/index.html @@ -15,13 +15,15 @@ theme: { transitions: window.location.port === '4488' ? { create: () => 'none' } : {}, }, - windows: [ + windows: [{ + manifestId: 'https://iiif.harvardartmuseums.org/manifests/object/299843', + canvasId: 'https://iiif.harvardartmuseums.org/manifests/object/299843/canvas/canvas-47174892', + thumbnailNavigationPosition: 'far-bottom', + }, { manifestId: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json', }], catalog: [ - { manifestId: 'https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/COESO/COESO_Project_Home_manifest.json'}, - { manifestId: 'https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder2/multiple-manifest.json' }, { manifestId: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json' }, { manifestId: 'https://iiif.harvardartmuseums.org/manifests/object/299843' }, { manifestId: "https://media.nga.gov/public/manifests/nga_highlights.json", provider: "National Gallery of Art"}, -- GitLab