diff --git a/e2e/playwright/projects.spec.ts b/e2e/playwright/projects.spec.ts index 94865741b..4459d3423 100644 --- a/e2e/playwright/projects.spec.ts +++ b/e2e/playwright/projects.spec.ts @@ -112,11 +112,11 @@ test( ]) await Promise.all([ fsp.copyFile( - 'e2e/playwright/kcl-samples/router-template-slate.kcl', + 'src/wasm-lib/tests/executor/inputs/router-template-slate.kcl', `${dir}/router-template-slate/main.kcl` ), fsp.copyFile( - 'e2e/playwright/kcl-samples/bracket.kcl', + 'src/wasm-lib/tests/executor/inputs/focusrite_scarlett_mounting_braket.kcl', `${dir}/bracket/main.kcl` ), ])