Cypress – Finding input element id when it as a space in it?

I’m trying to identify an input element within an iframe (I’m using the "cypress-iframe" library to account for this) by its ID so I can type in it but the input is "Mobile Phone" and Cypress throws an error when trying to look for it. There are other single word ids in the form that… Read More Cypress – Finding input element id when it as a space in it?