diff --git a/scripts/test-form-config.sh b/scripts/test-form-config.sh index 1f4f51c..fa0906b 100755 --- a/scripts/test-form-config.sh +++ b/scripts/test-form-config.sh @@ -26,7 +26,7 @@ grep -q "add_page:\|addpage:" "$FORM" && ok "Process action is 'add_page' (plugi # Config must be in frontmatter, not in the process block check_grep "pageconfig block exists in frontmatter" "^pageconfig:" -check_grep "parent set to /trips/japan-korea-2026/dailies" "parent: '/trips/japan-korea-2026/dailies'" +check_grep "parent set to /trips/italy-2026-demo/dailies" "parent: '/trips/italy-2026-demo/dailies'" check_grep "slug_field set (determines entry folder name)" "slug_field:" check_grep "pagefrontmatter block exists in frontmatter" "^pagefrontmatter:" check_grep "template: entry (creates entry.md filename)" "template: entry" diff --git a/scripts/test-post.sh b/scripts/test-post.sh index 0faed8f..d4f3009 100755 --- a/scripts/test-post.sh +++ b/scripts/test-post.sh @@ -7,7 +7,7 @@ set -euo pipefail BASE_URL="${GRAV_BASE_URL:-http://localhost:8081}" USER="${GRAV_TEST_USER:-}" PASS="${GRAV_TEST_PASS:-}" -TRACKER="user/pages/01.trips/japan-korea-2026/01.dailies" +TRACKER="user/pages/01.trips/italy-2026-demo/01.dailies" COOKIE_JAR="$(mktemp /tmp/grav-test-cookies.XXXXXX)" PASS_COUNT=0 FAIL_COUNT=0