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

notDisplayed should pass if element does not exist #99

Closed
lefthandedgoat opened this issue Sep 3, 2013 · 5 comments
Closed

notDisplayed should pass if element does not exist #99

lefthandedgoat opened this issue Sep 3, 2013 · 5 comments

Comments

@lefthandedgoat
Copy link
Owner

No description provided.

@KevM
Copy link
Collaborator

KevM commented Sep 3, 2013

Only concern is for people using this to wait for an element to be rendered that that should not yet be displayed. Granted that is a pretty weird edge case.

@lefthandedgoat
Copy link
Owner Author

If they want to wait for an non yet existing element to be rendered then using 'displayed "selector"' should work for them. If I am understanding what are you are saying.

@lefthandedgoat
Copy link
Owner Author

This is fixed and is now available in canopy 0.8.3 available on nuget,

@KevM
Copy link
Collaborator

KevM commented Sep 4, 2013

What I was talking about before is that the user might be testing that a template had its element rendered but is not currently being shown (display:none but in the DOM) .

@lefthandedgoat
Copy link
Owner Author

I think its setup in a way where that will still work. If its not working well for you let me know. For now, closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants