You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello team,
I'm using eslint-plugin-cypress and I defined the rule 'cypress/no-force': 'error'm but if I have a Page object that executes a click, I can use the ({force: true}) without any error adminPage.objectToClick().click({ force: true })
Is there any way to fix that?
The text was updated successfully, but these errors were encountered:
Hello team,
I'm using
eslint-plugin-cypress
and I defined the rule'cypress/no-force': 'error'
m but if I have a Page object that executes a click, I can use the({force: true})
without any erroradminPage.objectToClick().click({ force: true })
Is there any way to fix that?
The text was updated successfully, but these errors were encountered: