GDPR Article 17 grants users the right to erasure. Which Selenium test scenario validates that a 'Delete My Account' feature is compliant?
-
A
Delete the account via the UI, then assert that re-logging in and querying the user's data both return not-found responses
-
B
Assert that a 'Delete My Account' button is present and clickable on the profile page
-
C
Verify that the deletion confirmation email is sent within 30 days
-
D
Assert that the account deletion request is logged in the audit trail