You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you find the ItemControl for foo (call it item) and set item.selected = True twice in a row, zope.testbrowser ends up calling WebTest's MultipleSelect.value__set() with a list of values that contains duplicates, which in turn causes WebTest to raise
ValueError: Option(s) u'foo' not found (from u'foo', u'bar', u'baz')
The text was updated successfully, but these errors were encountered:
Given a form like
if you find the ItemControl for
foo
(call ititem
) and setitem.selected = True
twice in a row, zope.testbrowser ends up calling WebTest's MultipleSelect.value__set() with a list of values that contains duplicates, which in turn causes WebTest to raiseThe text was updated successfully, but these errors were encountered: