I've applied ESLint Airbnb standard to my code like:
<Button
ref={anchorRef}
aria-controls={open ? 'menu-list-grow' : undefined}
aria-haspopup="true"
onClick={handleToggle}
className={`estimate + ${props.id}`} // for purpose of Cypress
>
I think that I do something bad in the line for Cypress, but how to improve it?