Skip to content
Snippets Groups Projects
Commit 1474a721 authored by Chris Beer's avatar Chris Beer
Browse files

Actually have the mirador plugin test request a manifest

parent e5974e42
Branches
Tags
No related merge requests found
......@@ -8,7 +8,8 @@ describe('Mirador plugin use', () => {
await expect(page).toClick('#fetchBtn');
// TODO: Refactor the app so we get rid of the wait
await page.waitFor(1000);
await expect(page).toClick('.mirador-manifest-list-item');
await expect(page).toMatchElement('li', { text: 'http://localhost:5000/api/sn904cj3439' });
await expect(page).toClick('li button');
});
it('displays "Share Button" plugin', async () => {
await expect(page).toMatchElement('button', { text: 'Share' });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment