Skip to content

Commit

Permalink
actually fixed the test
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jun 17, 2024
1 parent 5229a79 commit ec0dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/mesocycles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec0dc2a

Please sign in to comment.