stevebuik / greased

Faster Lightning development and testing
MIT License
26 stars 2 forks source link

FEATURE: focus descriptions are available in test markup #3

Open stevebuik opened 7 years ago

stevebuik commented 7 years ago

It's useful to show the description of behaviour in the UI next to the component exhibiting that behaviour. These descriptions are meant to be added when focus is set in a test.

If these strings were available in an attribute, they could also be displayed in the UI and that would improve the readability of the test when looking at the UI for the first time or when returning to it after a break.

Currently the solution is to duplicate these descriptions in the UI and the controller