Onboarding / Deployment Scripts / Marketing updates

This commit is contained in:
2026-05-11 21:02:24 +12:00
parent a90dfb7c66
commit 955a563d14
110 changed files with 9803 additions and 937 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ async function fillDogStep() {
await fireEvent.input(screen.getByLabelText(/Location/i), {
target: { value: 'Kingsland' }
});
await fireEvent.input(screen.getByLabelText(/About Your Dog/i), {
await fireEvent.input(screen.getByLabelText(/Pack Walks fit/i), {
target: { value: 'Loves small group walks.' }
});
}