mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: move playwright config into e2e folder (#64741)
This commit is contained in:
committed by
GitHub
parent
eff230799e
commit
15c98b0db9
@@ -16,7 +16,7 @@ const originalEmail = 'foo@bar.com';
|
||||
const newEmail = 'foo-update@bar.com';
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
execSync('node ./tools/scripts/seed/seed-demo-user --certified-user');
|
||||
execSync('node ../tools/scripts/seed/seed-demo-user --certified-user');
|
||||
await page.goto('/settings');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user