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

Use assert.dom(selector).exists() instead of assert.dom.exists(selector) #7

Merged
merged 1 commit into from
Oct 7, 2017

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Oct 7, 2017

Resolves #6

This allows us to have a more friendly human-language API and the API is a little closer to https://github.com/cibernox/ember-native-dom-helpers where you can usually specify a custom rootElement as a second parameter that defaults to document.

@Turbo87 Turbo87 merged commit e6516a5 into mainmatter:master Oct 7, 2017
@Turbo87 Turbo87 deleted the new-api branch October 7, 2017 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change API to e.g. assert.dom(selector).hasText(text)
1 participant