Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alecxe opened this issue Jul 17, 2017 · 0 comments
Open
Assignees
Milestone

Comments

@alecxe
Copy link
Owner

alecxe commented Jul 17, 2017

This should be a warning:

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

Not a warning:

expect($(".myclass").isDisplayed()).toBe(true);
@alecxe alecxe added this to the 1.0 milestone Jul 17, 2017
@alecxe alecxe self-assigned this Jul 5, 2019
@alecxe alecxe removed the help wanted label Jul 5, 2019
@alecxe alecxe modified the milestones: 1.0, 2.0 Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant