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
When the effects action fails during execution, and the report is printed out to show the difference between page state and expected state, the printout does not show any thing from expected or page state if the model section of the component does not have a property that we expect during the effects.
Steps to reproduce:
Create an entry component to go to a website
Have at least one component that is added to expected state for the effects of going to the website
Add an property to the state when creating the component that does not exist inside the model of the component you are adding
Run the tests, the effects will fail with a bugged print report
Expected Behavior:
When the report is printed out, it should show the value we expected, and the page state should tell us undefined, or something that shows it was not part of the calculated model
The text was updated successfully, but these errors were encountered:
Description:
When the effects action fails during execution, and the report is printed out to show the difference between page state and expected state, the printout does not show any thing from expected or page state if the model section of the component does not have a property that we expect during the effects.
Steps to reproduce:
Expected Behavior:
When the report is printed out, it should show the value we expected, and the page state should tell us undefined, or something that shows it was not part of the calculated model
The text was updated successfully, but these errors were encountered: