You are on page 1of 5

Test MX

Presence of CSRF token, when adding an address (submitting the form)


Presence of CSRF token, when adding an address (submitting the form)

Registered address
If the CSRF token is not present we should get an error and the customer should be logged
out.
If the CSRF token is present but it is not the expected value we should get the same result
with the error and logout
All previous steps used the POST method

You might also like