Testing a TextInputColumn
Given I have a TextInputColumn. I want to test inputing values and other behaviour.
Given I have
Now I want to write some tests around this. So I tried:
However this gives me an error:
Any suggestions?
Given I have
TextInputColumn::make('amountOrdered')->label('ordered'), Now I want to write some tests around this. So I tried:
However this gives me an error:
Any suggestions?