Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbradford committed Sep 24, 2023
1 parent e6a86c4 commit 15a0961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint",
"lint:fix": "yarn lint --fix",
"format": "npx prettier --write .",
"test:e2e": "playwright test",
"test:e2e": "doppler run -- playwright test",
"generate-db-types": "npx supabase gen types typescript --project-id \"uvthrievvhksvomqwowg\" --schema public > types/supabase.ts"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/form-fill.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const testScenarios = [
company: 'Big Tech Co.',
job_title: 'Software Engineer',
marketing_technologies: 'PostHog',
github: 'jd123456',
github: 'github.com/jd123456',
},
},
{
Expand Down

0 comments on commit 15a0961

Please sign in to comment.