refactor: move playwright config into e2e folder (#64741)

This commit is contained in:
Oliver Eyton-Williams
2026-01-05 16:00:02 +01:00
committed by GitHub
parent eff230799e
commit 15c98b0db9
38 changed files with 74 additions and 88 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const nextChallengeURL =
'/learn/data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer';
test.beforeAll(() => {
execSync('node ./tools/scripts/seed/seed-demo-user --certified-user');
execSync('node ../tools/scripts/seed/seed-demo-user --certified-user');
});
test.beforeEach(async ({ page }) => {