This PR adds in functionality for each of our Puppeteer functions to submit the form, navigate to the next page, and send back to the FE a confirmation object with the confirmation info as follows:
The only changes have happened in 'puppeteer.js' file. Each function has a couple more lines to submit the form and extract the info.
Any background info?
I tried to get the picture upload to work, but I cannot get the site to cooperate. That will have to be a feature after MVP, but I don't think it's worth spending time on at the moment.
What does this PR do?
This PR adds in functionality for each of our Puppeteer functions to submit the form, navigate to the next page, and send back to the FE a confirmation object with the confirmation info as follows:
Where should the reviewer start?
The only changes have happened in 'puppeteer.js' file. Each function has a couple more lines to submit the form and extract the info.
Any background info?
I tried to get the picture upload to work, but I cannot get the site to cooperate. That will have to be a feature after MVP, but I don't think it's worth spending time on at the moment.