You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tests/integration/components/password/reset-password-test.js doesn't make full use of its page object by not defining a renderPage() function. To dry up the code, you can set a renderPage() function above the moduleForComponent, pass in the needed hbs selectors, and call renderPage() in each test.
The text was updated successfully, but these errors were encountered:
daveconnis
changed the title
Rewrite integration tests for reset-password-test
Rewrite integration tests for reset-password-test component
Dec 14, 2017
Problem
Currently,
tests/integration/components/password/reset-password-test.js
doesn't make full use of its page object by not defining a renderPage() function. To dry up the code, you can set a renderPage() function above themoduleForComponent
, pass in the needed hbs selectors, and call renderPage() in each test.References
#1605
The text was updated successfully, but these errors were encountered: