laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Multiple Forms with same name tag #134

Closed justustheis closed 4 years ago

justustheis commented 4 years ago

Hello there :)

I am trying to test a page with multiple forms. All the forms use the same field names (editing multiple users at once). My understanding is, that the methods for form testing require the field name. But in my case these are not unique. Is there a way to use the field id instead?

Thanks!

driesvints commented 4 years ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.