From 378794b4b327be390b2947201f4108e65eb865b0 Mon Sep 17 00:00:00 2001 From: Steven Clontz Date: Mon, 11 Dec 2023 19:27:03 +0000 Subject: [PATCH] update test --- packages/viewer/cypress/e2e/loading.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/viewer/cypress/e2e/loading.spec.ts b/packages/viewer/cypress/e2e/loading.spec.ts index 796b3a32..69a89259 100644 --- a/packages/viewer/cypress/e2e/loading.spec.ts +++ b/packages/viewer/cypress/e2e/loading.spec.ts @@ -9,7 +9,7 @@ describe('Loading', () => { if (!isLegacy) { cy.title().should( 'eq', - 'Countably compact ⇒ Weakly Countably Compact | π-Base', + 'T2: Countably compact ⇒ Weakly Countably Compact | π-Base', ) } cy.contains('Countably compact ⇒ Weakly Countably Compact')