Steve Sims
Steve Sims
In general for form elements the use of the `name` attribute tends to work well for automation with the likes of Selinium in my experience. I believe we’re currently essentially...
NB for version 0.3.0 which includes the DateInput -> DateField change, which is a breaking change, we opted for the first option, and documented how to import the old version...
I'm inclined to think we should migrate away from enzyme too, and adopt react testing library - gradually migrate things across
Coverage reporting on storybook stories was added in #902 and scripts to generate a merged coverage report in #906
Home Office sass files with these alternate designs can be found here: https://github.com/UKHomeOffice/design-system/tree/master/app/assets/sass/components and/or here: https://github.com/UKHomeOffice/design-system/tree/master/app/views/includes/css
`asAnchor` has now been deprecated, and replaced with the `Link` component. Support for `NavLink` type components however is not yet properly supported.
I think I'm suffering from this too. To use the example that @Blackening999 is suggesting, in my model I have a `Survey` model with `questions: hasMany()`, and a `Question` model...
Unfortunately no, that comment doesn't help. Essentially the "working" solution in that comment just uses a different version of the image plugin, but I just get the same results. 😞