-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add final page fail #73
Conversation
✅ Deploy Preview for a11yinyerface ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
c119480
to
c44434c
Compare
Sur la page oeufs on ne devrait pas avoir les noms des ingrédients ? |
src/pages/final.tsx
Outdated
|
||
const isCartValid = missingCartTitles.length == 0; | ||
|
||
const textSuccess = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est bizarre de l'appeler textSuccess
alors que c'est tout un composanst avec un logo aussi non ? On peut peut-être l'exporter dans un composant SuccessComponent
, t'en pense quoi ?
src/pages/final.tsx
Outdated
</Container> | ||
); | ||
|
||
const textFailure = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
38812a4
to
ff9196e
Compare
2affabc
to
e3a81bf
Compare
What is this pull request doing ?
This PR regroups the creation of the egg page and the final page in case of failure
#41
#50
#62
Screenshot
How is it done ?
How to test ?
Go to https://deploy-preview-73--a11yinyerface.netlify.app/egg and add one egg to your cart
Go to https://deploy-preview-73--a11yinyerface.netlify.app/final : you should see the failure page indicating you that you have no flour or apple
Go to https://deploy-preview-73--a11yinyerface.netlify.app/fruits and to https://deploy-preview-73--a11yinyerface.netlify.app/flour, add the right ingredients and then check that the final page is the success one