Oussama
Refreshing table records after a page action
Currently using this implementation, which works technically but the notification animation isn't smooth, probably due to some re-rendering of the whole
ManagesPodcastEpisodes::class
, is there a way to only refresh records and not the whole thing?
3 replies
Testing Creating a model via modal and File Upload
I'm trying to add tests that deal with creating/editing users /w avatars. Most testing examples in the docs related to having CreateRecord and EditRecord pages, not through modal actions.
This successfully creates a record and all, but I don't see a way of testing file uploads or that a field is hidden or not when creating vs editing.
TL;DR: What's the proper way of testing creating or editing records when using modal actions, especially when it contains a file upload
Any guidance is appreciated 🙏
3 replies