In your Behave specification, it looks like you have "Storm Products Inc." as the manufacturer. However, the "manufacturer" field is a reference field, which stores record IDs from the db.manufacturers table, not manufacturer names. So, in the Behave specification, the value should be the integer record ID associated with the "Storm Producs Inc." manufacturer.
Anthony On Thursday, June 23, 2016 at 8:50:55 AM UTC-4, Jeff Riley wrote: > > Good morning everyone. This is not really a Web2py question, but this > group has been so helpful during my little app development. I am using > Behave, Selenium and Splinter for my automated testing of my Web2py app. I > have run into a dropdown list situation where my db model (attached) is > referencing another table for the list. As a result the testing is not > finding the value. I was just wondering if anyone had run into this. All > my best. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

