I am facing a problem while executing cucumber test cases . I have a form in which there are two drop down list.IF we select one option from one first drop down list, it shows associated option in second drop down list , while testing with with cucumber with celerity it is selecting from first drop down list and but it gives error while selecting option from second dropdown list.
This is an error: The double inverted comma you can see with no value in it is actually a option which comes after seelecting first drop down list (here it is showing only '','','' when I have run it using @selenium it gives error with value present)
No such option 'Environment 2-5' in this select box. Available options: 'Administrator, John', 'Administrator, John', '', '', '', 'Application 1', 'Application 2', '', '', '1 hour', '1/2 day', '1 day', '2 days', '1 week', 'weeks', 'months', '', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '', '00', '15', '30', '45', '', 'AM', 'PM', '', '01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12', '', '00', '15', '30', '45', '', 'AM', 'PM' (Capybara::OptionNotFound)