From ec0dc2af565e300ace3e42659c1049c2b3324df1 Mon Sep 17 00:00:00 2001 From: WhyAsh5114 Date: Mon, 17 Jun 2024 22:24:02 +0530 Subject: [PATCH] actually fixed the test --- tests/models/mesocycles.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/mesocycles.spec.ts b/tests/models/mesocycles.spec.ts index 08518479..0fb36685 100644 --- a/tests/models/mesocycles.spec.ts +++ b/tests/models/mesocycles.spec.ts @@ -39,7 +39,7 @@ test('create a mesocycle', async ({ page }) => { await page.getByRole('link', { name: 'My Mesocycle Unused' }).click(); await expect(page.getByRole('tabpanel')).toContainText('My Mesocycle No dates available Unused'); await expect(page.getByRole('tabpanel')).toContainText( - 'RIR progression 12 cycles 2 1 0 Start exercise split Pull Push Legs Preferred progression variable Load Start overload percentage 1.25% Last set to failure Force RIR matching' + 'RIR progression 12 cycles 2 1 0 Start exercise template Pull Push Legs Preferred progression variable Load Start overload percentage 1.25% Last set to failure Force RIR matching' ); // TODO: confirm the chest cyclic set changes being applied