From adc074d508490deba19c44dde352dc121a1d4d98 Mon Sep 17 00:00:00 2001 From: "imranasghar96@hotmail.com" <imranasghar96@hotmail.com> Date: Tue, 27 Oct 2020 11:27:16 -0400 Subject: [PATCH] Fix seq integration test name --- __tests__/integration/mirador/sequence_switching.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/integration/mirador/sequence_switching.test.js b/__tests__/integration/mirador/sequence_switching.test.js index f968726a3..404e8dc27 100644 --- a/__tests__/integration/mirador/sequence_switching.test.js +++ b/__tests__/integration/mirador/sequence_switching.test.js @@ -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'); }); - it('allows the user to switch the application', async () => { + it('allows the user to switch the sequence', async () => { const windows = await page.evaluate(() => ( miradorInstance.store.getState().windows )); -- GitLab