Minor cleaning

This commit is contained in:
MartinBraquet
2026-03-15 23:11:08 +01:00
committed by Okechi Jones-Williams
parent 17072c9587
commit 5129e8e343
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ function getSupabaseEnv() {
const supabaseEnv = getSupabaseEnv()
// Inject into process.env so Playwright and your app code can read them
// Object.assign(process.env, supabaseEnv)
Object.assign(process.env, supabaseEnv)
export default defineConfig({
testDir: './tests/e2e',

View File

@@ -28,4 +28,4 @@ test.describe('when an error occurs', () => {
await app.signUp.verifyUsernameError()
await expect(app.signUp.nextButtonLocator).toBeDisabled()
})
})
})