From cd54755157e0e07465b0aa28f6359a9ccd241023 Mon Sep 17 00:00:00 2001 From: Malar Natarajan Date: Thu, 25 Jul 2024 14:07:15 -0500 Subject: [PATCH] remove space --- playwright/tests/rex-test/rex.behaviorspec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright/tests/rex-test/rex.behaviorspec.ts b/playwright/tests/rex-test/rex.behaviorspec.ts index 54d9e5b5b2..966752a10c 100644 --- a/playwright/tests/rex-test/rex.behaviorspec.ts +++ b/playwright/tests/rex-test/rex.behaviorspec.ts @@ -673,4 +673,5 @@ test('C543225 canonicals for old editions point to the latest edition', async ({ await Toc.pageClick(241) // THEN: Canonical page points to latest edition of the original content expect(await bookPage.canonical()).toBe('https://openstax.org/books/principles-economics-3e/pages/d-the-expenditure-output-model') + }) \ No newline at end of file