https://cypress.io logo
The error says that the parent where it is nested ...
# e2e-testing
m
The error says that the parent where it is nested in has a property of display none. This means it's hidden element. Maybe some rendering is not done when you select the element. What you could do is try to force the typing just as the error message says. .type("Kids",{force:true})