Mink is striping out `:` from string example: `And I fill in "time" with "10:10"` is filled out with `1010` also ``` When I fill in the following: | description | Some random: test description | ``` Is filled out with `Some random test description`
Mink is striping out
:from string example:And I fill in "time" with "10:10"is filled out with1010also
Is filled out with
Some random test description