Skip to content

Commit

Permalink
Export blurrable from ember-cli-page-object
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Fluck committed Apr 12, 2019
1 parent 360749c commit a8d5aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit a8d5aa7

Please sign in to comment.