Skip to content

Error Rule does not apply when you are using page objects #84

@agutierrezasapp

Description

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?

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions