Ember Cli Page Object Versions Save

This ember-cli addon eases the construction of page objects on your acceptance and integration tests

v1.17.7

3 years ago

Community Contributions

  • #540 Fix Ember.emberDeprecate is not a function @alexlafroscia

v1.17.6

3 years ago

Community Contributions

  • #535 update ember deprecate( usages to use for and since options @ro0gr

v1.17.5

3 years ago

Community Contributions

  • #530 Support ember-qunit@5 @SergeAstapov @ro0gr

v2.0.0-beta.1

3 years ago

Community Contributions

  • #491 [breaking] remove is() @ro0gr
  • #505 [breaking] remove "multiple" option support @ro0gr
  • #507 preserve multiple support for findElement* finders @ro0gr
  • #509 Introduce action, private for now @ro0gr
  • #511 [breaking] introduce adapters @ro0gr

v1.17.4

3 years ago

Community Contributions

  • #520 Set Node.js version to 10 in order to fix TravisCI build @gnclmorais
  • #521 Do not warn when selecting a text with comma @veelenga

v1.17.3

3 years ago

Community Contributions

  • #508 remove "mutliple" deprecation from finders @ro0gr
  • #513 unpin jquery @kellyselden

v1.17.2

4 years ago

The most noticeable change in this release, is that we've removed deprecations for findElement and findElementWithAssert. The deprecation was a bit premature, since new finders have been just introduced in v1.17. So we have to provide some time to validate new finders before deprecating old ones.

In order to ease out migration to new finders, please check out find-one codemod.

Community Contributions

  • #502 Remove findElement(withAssert) deprecations for now @ro0gr
  • #501 Forward to master "Fallback to acceptance tests" @ro0gr
  • #500 Work-around failing engines for globby on CI @ro0gr

v1.16.3

4 years ago

There was an issue identified by @vsergiu93, which prevented a test suite to mix moduleFor* and setupTest* tests in a single test suite, in case if injectTestHelpers are used. This release contains a fix for that.

Community Contributions

#499 Fallback to acceptance tests @ro0gr

v1.17.1

4 years ago

Community Contributions

  • #490 bump version jquery @mum-never-proud
  • #497 Fix "multiple" deprecation @ro0gr
  • #498 Restore jquery normalization of attributes @ro0gr

v1.17.0

4 years ago

This is the last minor release of v1.x series, which includes the final set of features and deprecations needed to cleanup and simplify internals in the v2, and provide more consistent user APIs.

Community Contributions

  • #463 Introduce DOM element finders @yratanov
  • #482 Allow native getters @pzuraq
  • #481 Deprecate multiple @ro0gr
  • #485 Deprecate strings in definitions @ro0gr
  • #487 Deprecate passing URL to create @ro0gr
  • #478 Convert test suite to TS(and fix some typings) @ro0gr