Skip to content

Commit

Permalink
Released v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Apr 26, 2017
1 parent 4b50634 commit 18812ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,11 @@ test('Usage awaiting the world to settle', async function(assert) {
- `fillIn(selectorOrHTMLElement, text)`
- `find(selector, contextHTMLElement)` (query for an element in test DOM, `#ember-testing`)
- `findAll(selector, contextHTMLElement)` (query for elements in test DOM, `#ember-testing`)
- `findWithAssert(selector, contextHTMLElement)` (same as `find`, but raises Error if no result)
- `findWithAssert(selector, contextHTMLElement)` (same as `find`, but raises an Error if no result)
- `keyEvent(selectorOrHTMLElement, type, keyCode)` (type being `keydown`, `keyup` or `keypress`)
- `triggerEvent(selectorOrHTMLElement, type, options)`
- `focus(selectorOrHTMLElement)`
- `scrollTo(selectorOrHTMLElement, x, y)`
- `visit(url)` (only available in acceptance. Raises an error in integration)
- `waitUntil(function, options)` (Polls the page until the given callback returns a truthy value, or timesout after 1s)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-native-dom-helpers",
"version": "0.3.9",
"version": "0.3.10",
"description": "Test helpers for your integration tests that fire native events",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 18812ee

Please sign in to comment.