As an authenticated user, I want to view and update my personal information, so that my account details are accurate.
Given I am logged in When I navigate to my profile page Then my current profile information is displayed.
Given the profile page is displayed Then I can edit:
Given the profile page is displayed Then the email field is not editable.
Given I modify profile fields with valid data When I save Then a success message is displayed and fades out after 5 seconds.