File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 expect ( page ) . to have_selector ( "#request_item_requests_attributes_0_request_unit" , visible : true )
4040 expect ( page ) . to have_select ( "request_item_requests_attributes_0_request_unit" ,
4141 selected : "Please select a unit" ,
42- options : [ "Please select a unit" , "Units " , "packs" ] )
42+ options : [ "Please select a unit" , "units " , "packs" ] )
4343 fill_in "request_item_requests_attributes_0_quantity" , with : 50
4444 click_on "Submit Essentials Request"
4545
5555 expect ( page ) . to have_selector ( "#request_item_requests_attributes_0_request_unit" , visible : true )
5656 expect ( page ) . to have_select ( "request_item_requests_attributes_0_request_unit" ,
5757 selected : "Please select a unit" ,
58- options : [ "Please select a unit" , "Units " , "packs" ] )
58+ options : [ "Please select a unit" , "units " , "packs" ] )
5959 select "packs" , from : "request_item_requests_attributes_0_request_unit"
6060 click_on "Add Another Item"
6161
You can’t perform that action at this time.
0 commit comments