fresh-doctor-14925
10/23/2022, 1:20 PM.invoke('removeAttr', 'target'), so for you it would be:
cy.get("form center:first-child input[tabindex='0']")
.invoke('removeAttr', 'target')
.click()
Also, consider adding some test ids to your application if possible