The current C3 e2e tests don't check the git initialization
They should check:
whether or not a git repository has been initialized when requested
that appropriate commit/commits have been generated (note: in #3776 a commit message check has been added but that only related on the commit message passed to wrangler pages deploy via --commit-message and is not checking that commit actually exists)
Describe the solution
The current C3 e2e tests don't check the git initialization
They should check:
--commit-message
and is not checking that commit actually exists)