diff --git a/__tests__/integration/mirador/sequence_switching.test.js b/__tests__/integration/mirador/sequence_switching.test.js
index f968726a3b43270af231c3ecfe5eaaeccfb4615e..404e8dc274173538cc7eb00bbfcaac858fb6706f 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
     ));