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

Fix assert.dom(null).exists() case #772

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Jul 30, 2020

#60 unintentionally broke the above case. This commit fixes the implementation by only defaulting to the rootElement as target when the user hasn't provided any arguments at all.

Resolves #736, Closes #746

/cc @patsy-issa

mainmatter#60 unintentionally broke the above case. This commit fixes the implementation by only defaulting to the `rootElement` as `target` when the user hasn't provided any arguments at all.
@Turbo87 Turbo87 added the bug label Jul 30, 2020
@patsy-issa
Copy link
Contributor

#746 ;)

@Turbo87
Copy link
Collaborator Author

Turbo87 commented Jul 30, 2020

@patsy-issa I'm aware, this PR closes #746, as written in the PR description

@Turbo87 Turbo87 merged commit 191afea into mainmatter:master Jul 30, 2020
@Turbo87 Turbo87 deleted the fix-null branch July 30, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Account for null element passed in
3 participants