I was working with BlogLayout and noticed that the Logged In story does not match what the dev server would render. It should be showing Logout + the user's email address.
Both stories show "Login" for the link, even with the mockUser.
Current State
Logged In StoryExpected: Should see "Logout" with the user's email address
Actual: Nav bar shows "Login"
Overview
I was working with
BlogLayout
and noticed that the Logged In story does not match what the dev server would render. It should be showing Logout + the user's email address.Both stories show "Login" for the link, even with the mockUser.
Current State
Logged In Story Expected: Should see "Logout" with the user's email address Actual: Nav bar shows "Login"
Logged Out Shows "Login" as expected