Triggered by my own mistake while testing a numeric field: ``` .type('[name="my_number_field"]', 1) ``` Will hang dalek and the test will not end. Notice the missing quotes on the number. Tested with Dalek cli 0.0.2 and local 0.0.6 on Linux.