We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Okay. Numbers do not seem to be allowed by the spec. Nevertheless, I will add an auto converter to dalek, that converts all numbers to strings.
Sorry, something went wrong.
asciidisco
No branches or pull requests
Triggered by my own mistake while testing a numeric field:
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.
The text was updated successfully, but these errors were encountered: