cy.findByPlaceholderText("Search for a special type").realType(newType);
popover().findByLabelText(newType).click();
popover().within(()=>{
cy.findByText(oldType).closest(".ReactVirtualized__Grid").scrollTo(0,0);// HACK: scroll to the top of the list. Ideally we should probably disable AccordionList virtualization
cy.findByPlaceholderText("Search for a special type").realType(newType);