mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: top-down curriculum build (#61459)
This commit is contained in:
committed by
GitHub
parent
45c098d506
commit
a801d503bc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user