cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any reason the .then() command is not included in the unsafe-to-chain-command rule?

ramires83 opened this issue · comments

Like .click(), .then() does not retry but the use of .then() is not currently flagged by the unsafe-to-chain-command rule.
Is there any reason for that?