This adds the same behavior as for FormFieldNotFound to OptionsNotFound exceptions - telling the user what choices he has after yelling at him:
File "ftw/testbrowser/widgets/sequence.py", line 73, in fill
self.label.normalized_text(), values, available_options)
OptionsNotFound: Could not find options ['Coconut'] for field "Fruits". Options: "Apple", "Banana", "Orange"
This adds the same behavior as for
FormFieldNotFound
toOptionsNotFound
exceptions - telling the user what choices he has after yelling at him: