Skip to content

Commit

Permalink
Merge pull request #22 from cyril-sf/cyril/blurrable
Browse files Browse the repository at this point in the history
Export blurrable from ember-cli-page-object
  • Loading branch information
pzuraq authored Apr 12, 2019
2 parents f241b01 + a8d5aa7 commit 23c75fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
# we recommend testing addons with the same minimum supported node version as Ember CLI
# so that your addon works for all apps
- "4"
- "8"

sudo: required
dist: trusty
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ember-classy-page-object

Provides a super simple class-like wrapper around ember-cli-page-object.
Provides a super simple class-like wrapper around [ember-cli-page-object](https://github.com/san650/ember-cli-page-object).

## Usage

Expand Down Expand Up @@ -89,6 +89,7 @@ Classy page object re-exports all of the helpers from ember-cli-page-object with
* `default as PageObject`
* `alias`
* `attribute`
* `blurrable`
* `clickOnText`
* `clickable`
* `contains`
Expand Down
1 change: 1 addition & 0 deletions addon-test-support/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export {
attribute,
blurrable,
clickOnText,
clickable,
contains,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"loader.js": "^4.2.3"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
"node": "8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
Expand Down

0 comments on commit 23c75fb

Please sign in to comment.