Now next code will not work: feature: ``` Given list of string: |bla| |bla-bla| ``` Code: ``` @Given("^list of string:$") public void testListOfString(List<String> listOfString) { ``` The error will be with argument mismatch.
Now next code will not work:
feature:
Code:
The error will be with argument mismatch.