You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that an instance of Story is created, and added to the stories list. Instead, an instance of Project is created, and added to the stories list (which will later result in a casting exception)
(Possibly related to #14)
Given:
applying the following patch:
I expect that an instance of
Storyis created, and added to thestorieslist. Instead, an instance ofProjectis created, and added to thestorieslist (which will later result in a casting exception)