Skip to content

Commit

Permalink
add cyclic set change test part
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jun 22, 2024
1 parent 62e05f6 commit 337f978
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/models/mesocycles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ test('create a mesocycle', async ({ page }) => {
'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
await page.getByRole('tab', { name: 'Volume' }).click();
await expect(page.locator('tbody')).toContainText('50');
await expect(page.locator('tbody')).toContainText('2');
});

0 comments on commit 337f978

Please sign in to comment.