dillingham / nova-assertions

Laravel Nova assertions for your tests
MIT License
79 stars 16 forks source link

bugfix create and edit requests did not work with assertFieldCount #21

Open martonbaranyai opened 3 years ago

martonbaranyai commented 3 years ago

as create and edit pages read from “fields” not from “resource.fields"

these are the current correct request type -- json route pairs: index — resources.0.fields detail — resource.fields create, edit — fields

chrillep commented 2 years ago

@dillingham ping

ao-jhelmich commented 2 years ago

Please merge this @dillingham

dillingham commented 1 year ago

@martonbaranyai do you want to maintain this? I'll transfer to you