account.html.twig
Path from content root : mails/themes/{theme_name}/core/account.html.twig
Basic Scenario
As an customer I want receive an email when a create a customer account to let me know that my account has been created.
Accpetance Test
Acceptance test 1 - Create a account (FO)
Given that I am on “log in to your account” page
When
I click the "No account ? Create one here" button
In “create an account” I fill in all the information
I must select “ CG” et “Customer data privacy”
I click in “ save” button
Then I must receive an email confirming that my account has been created
Acceptance test 2 - During Order (FO)
Given that I am in “ personal information” ( Step 1: Payment) page
When
I fill in all the information and the most important is the password. without the password the account will not be created
I must select “ CG” et “Customer data privacy”
I click in “ continue” button
Then I must receive an email confirming that my account has been created
Last updated