Skip to content
Snippets Groups Projects
Commit a5ef9fc5 authored by Jack Reed's avatar Jack Reed
Browse files

update integration test to account for already rendered windows from config

parent d80412f4
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,6 @@ ...@@ -3,13 +3,6 @@
describe('Thumbnail navigation', () => { describe('Thumbnail navigation', () => {
beforeAll(async () => { beforeAll(async () => {
await page.goto('http://127.0.0.1:4488/__tests__/integration/mirador/'); await page.goto('http://127.0.0.1:4488/__tests__/integration/mirador/');
await expect(page).toClick('#addBtn');
await expect(page).toFill('#manifestURL', 'http://localhost:5000/api/019');
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 page.waitFor(1000);
}); });
it('navigates a manifest using thumbnail navigation', async () => { it('navigates a manifest using thumbnail navigation', async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment