Imogen

Results 3 issues of Imogen

**Do you want to request a feature, report a bug or ask a question?** Report a bug **What is the current behavior?** This error is thrown: ``` TypeError: Unable to...

bug
wait for reply

Hey! I noticed this project is still using `React.PropTypes` which was deprecated in React 16, in favor of https://www.npmjs.com/package/prop-types. The other changes are covered in more detail here: https://reactjs.org/blog/2017/09/26/react-v16.0.html Thanks...

The docs briefly mention `getAuthUser` as a custom command added by this package. I can also see it in the code, but calling `cy.getAuthUser("myuid")` in tests isn't working for me....

needs-repro