it('Calls onChange with updated derived from on change', () => {
    const newValue = value.homonym === 'II' ? 'V' : 'II'
    whenChangedByValue(screen, value.homonym, newValue)
      .expect(onChange)
      .toHaveBeenCalledWith((newValue) => ({