-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
club soda testing #5
Comments
changing the db from my local copy to prod copy. Using copy of prod from 4 hours ago today |
club-soda/club-soda-guide#358 this was the last commit merged into master when I started testing. Ran the following on the latest prod db copy.
Good start |
going to try and follow the router so that I don't miss any endpoints passedscope /
scope /search
failed/signup [create] #Ecto.Changeset<
action: nil,
changes: %{},
errors: [
venue_name: {"can't be blank", [validation: :required]},
postcode: {"can't be blank", [validation: :required]},
slug: {"can't be blank", [validation: :required]}
],
data: #CsGuide.Resources.Venue<>,
valid?: false
>
@SimonLab is aware and is fixing this |
workingscore /admin/ and all the index pages from / work |
Trying to upload an image to a venue but it is not appearing at the moment |
It's fine. Image comes from s3 |
@RobStallion this kind of testing walkthrough is absolutely worth having in the main project! Please put it in /test/README.md 👍🏻 |
putting this issue here as I didn't want to clutter the cs repo. Can copy over afterwards if needed
The text was updated successfully, but these errors were encountered: