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

General selectors are retrieving elements from results within the sandbox #293

Open
roelrz opened this issue Oct 2, 2013 · 0 comments
Open
Assignees

Comments

@roelrz
Copy link
Contributor

roelrz commented Oct 2, 2013

In unit test spec files, using a general selector like $('h2') actually fetches h2 elements from the fixture and results.

For example, if running a test with mocha, such a selector would fetch h2 elements from two div elements:
<div id="venus-fixture-sandbox"></div>
<div id="mocha"></div>

We need to make sure elements are only fetched from the former div and not the latter

@ghost ghost assigned roelrz Oct 2, 2013
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

1 participant