As an editor I want to be able to make and edit that persists over reloads and is visible to other editors in order to make meaningful contributions.
Problem:
Currently when saving a newly added Sense on a Lexeme it looks like it is saved but when you reload the page it is gone.
Acceptance criteria:
- When reloading the page the Sense I added before the reload is still there.
BDD
GIVEN I am on a Lexeme page
AND I add a new Sense
WHEN I reload the page
THEN the new Sense is still there