-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Bug since switch from mechanize #31
Comments
The tests in https://github.com/fschulze/zope.testbrowser/tree/radio-4.0.4 work when using the buildout and running the |
The failure looks like this:
|
The problem here is that We could be assigning to WebTest's |
This allows us to disambiguate multiple items that have the same value. Fixes #31.
This allows us to disambiguate multiple items that have the same value. Fixes #31.
The behaviour related to setting radio controls has changed in some cases.
I added a test case in master...fschulze:radio-master.
I added the same one for 4.0.4 in 4.0.4...fschulze:radio-4.0.4 to show that it works correctly with mechanize.
The text was updated successfully, but these errors were encountered: