Input I am trying to fill:
<input type="text" id="order-number" name="order_numbers[]" class="form-control">
My unit test code:
public function testSearch()
{
$this->actAsUser();
$this->visit('/orders')
->type('12001546', 'order_numbers[]');
}
Error I am getting:
1) OrdersTest::testSearch
InvalidArgumentException: Unreachable field ""
type('12001546', 'product_ids[]')notorder_number[]?