Open
Description
Is it intended that the 'unsafe-to-chain-command' rule hits, if you use quite normal stuff like the ones given in the official Cypress documentation?
I think the rule should do much more than just checking if the action is included in the unsafeToChainActions array. There are too many false positives here..
Example:
See https://docs.cypress.io/api/commands/blur
cy.get('[name="comment"]').focus().type('Nice Product!').blur()