Skip to content
Snippets Groups Projects
Commit 7f26450a authored by Camille Villa's avatar Camille Villa
Browse files

Update companion_windows.test.js


Co-Authored-By: default avatarChris Beer <chris@cbeer.info>
parent 87df88b0
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@ describe('Companion Windows', () => {
await expect(page).toClick('button[aria-label="Toggle window sidebar"]');
await page.waitFor(1000);
await expect(page).toClick('button[aria-label="Open information companion window"]');
await expect(page).toMatchElement('.mirador-companion-window-left.mirador-window-sidebar-info-panel');
await expect(page).toMatchElement('button[aria-label="Open information companion window"][aria-selected="true"]');
await expect(page).not.toMatchElement('.mirador-companion-window-right.mirador-window-sidebar-info-panel');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment