Hello! I notice the tests for selection index t/selenium2/solgs/selection_index.t are currently failing.
The failing test:
breedbase-1 | Error while executing command: no such element: Unable to locate element: //table[@id="
population_traits_list"]/tbody/tr[1]/td/input at /home/production/cxgn/local-lib/lib/perl5/Selenium/Re
mote/Driver.pm line 411.
breedbase-1 | at /home/production/cxgn/local-lib/lib/perl5/Selenium/Remote/Driver.pm line 361.
breedbase-1 | not ok 12 - select 1st trait
breedbase-1 |
breedbase-1 | # Failed test 'select 1st trait'
It looks like it takes the same sequence of steps (search for trial, click on trial in results table) but expects a different dialog to open with a traits list table?
Did something change on the selection index (/solgs) page that broke this test?
Hello! I notice the tests for selection index
t/selenium2/solgs/selection_index.tare currently failing.The failing test:
It looks like it takes the same sequence of steps (search for trial, click on trial in results table) but expects a different dialog to open with a traits list table?
Did something change on the selection index (/solgs) page that broke this test?