ember-cli-page-object icon indicating copy to clipboard operation
ember-cli-page-object copied to clipboard

Parameter order differ between documentation and code

Open san650 opened this issue 9 years ago • 0 comments

For some reason when we generate the docs we're having different parameter orders for some functions.

DOC screen shot 2016-08-01 at 12 33 26 pm

Function screen shot 2016-08-01 at 12 36 18 pm

See

  • https://github.com/san650/ember-cli-page-object/blob/5e5b2c268268401f650e6f14fec7aca3f12f65e4/addon/-private/extend/find-element-with-assert.js
  • https://github.com/san650/ember-cli-page-object/blob/2d3c8c277e85966355b27abdce19f90299810710/docs/v1.5.x/api/helpers.md#findelementwithassert

san650 avatar Aug 01 '16 15:08 san650