bigbite / wp-cypress

WordPress end to end testing with Cypress.io.
MIT License
86 stars 18 forks source link

Incorrect 'post_excerpt' user argument in User fixture - maybe 'description'? #99

Closed over-engineer closed 1 year ago

over-engineer commented 2 years ago

The User fixture contains a default value for a post_excerpt argument, which is only valid for the Post fixture.

wp_insert_user() does not accept a post_excerpt argument. Based on the default value (a random 200-character text), I'd assume it meant to be the description user data argument (i.e. the user's biographical description).

over-engineer commented 1 year ago

The related PR has been merged and it has been included in the 0.11.0 release. Closing as resolved.