Skip to content
Snippets Groups Projects
Commit adc074d5 authored by imranasghar96@hotmail.com's avatar imranasghar96@hotmail.com
Browse files

Fix seq integration test name

parent 903a1dfd
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ describe('Window Sidebar Sequence Dropdown', () => { ...@@ -13,7 +13,7 @@ describe('Window Sidebar Sequence Dropdown', () => {
await expect(page).toClick('[data-manifestid="http://localhost:4488/__tests__/fixtures/version-2/multipleSequences.json"] button'); await expect(page).toClick('[data-manifestid="http://localhost:4488/__tests__/fixtures/version-2/multipleSequences.json"] button');
}); });
it('allows the user to switch the application', async () => { it('allows the user to switch the sequence', async () => {
const windows = await page.evaluate(() => ( const windows = await page.evaluate(() => (
miradorInstance.store.getState().windows miradorInstance.store.getState().windows
)); ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment