ziffmedia / nova-select-plus

A Laravel Nova Select Field
MIT License
91 stars 26 forks source link

feature - dusk attribute for e2e testing #22

Closed NickBelhomme closed 3 years ago

NickBelhomme commented 3 years ago

What

This enables the field to be in line with other Laravel Fields such as the TextField (resources/js/components/Form/TextField.vue) by adding a dusk attribute.

2020-09-28_21-32

From the parent you can now easily target any child element.

ralphschindler commented 3 years ago

looks good- thanks!

ralphschindler commented 3 years ago

I actually ended up moving the dusk attribute a little higher in the Dom so that it survived when changed to "reorder" mode, this means the dusk attribute is on the outermost <div>.

I released as 1.0.9, let me know if this works for you.