refactor: top-down curriculum build (#61459)

This commit is contained in:
Oliver Eyton-Williams
2025-08-26 12:37:26 +02:00
committed by GitHub
parent 45c098d506
commit a801d503bc
14264 changed files with 4300 additions and 3151 deletions

View File

@@ -348,7 +348,9 @@ test.describe('Donation modal appearance logic - Certified user claiming a new b
test.describe('Donation modal appearance logic - Certified user claiming a new module', () => {
test.use({ storageState: 'playwright/.auth/certified-user.json' });
execSync('node ./tools/scripts/seed/seed-demo-user --almost-certified-user');
test.beforeEach(() =>
execSync('node ./tools/scripts/seed/seed-demo-user --almost-certified-user')
);
test('should appear if the user has just completed a new module', async ({
page