Skip to content

Rule Proposal: warn if ElementFinder methods are not called in expect() #84

@alecxe

Description

@alecxe

This should be a warning:

expect($(".myclass").isDisplayed).toBe(true);

Not a warning:

expect($(".myclass").isDisplayed()).toBe(true);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions