cypress-io / eslint-plugin-cypress

An ESLint plugin for projects that use Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warn on cypress/no-unnecessary-waiting

popuguytheparrot opened this issue · comments

Hi. I got warning on this code with .wait(). Whats wrong?

cy.get(areas.taskTable).contains(testTaskString).scrollIntoView().wait(1000).click();

wait(1000) is whats tripping the rule