Given I am not logged in
And I have checked the "Remember my choice" option in the popup
When I click edit
Then I am not presented with the "You are not logged in" popup
Mock:
Acceptance Criteria:
- There is a "remember my choice" checkbox as shown in the mock
- The checkbox is by default checked
- When the checkbox is unchecked, once the user clicks on either of the three buttons, it is saved that the user will not see the message ever again, but would immediately proceed to anonymous editing next time they click on the edit button anonymously
Dev note:
The choice should be persisted on user's device as a "cookie"