While using the UserEditedOwnAccountTest class as an example test, I noticed that it has a dependency on user_test_form, which does not seem to be used in the test. Patch attached that removes the unused dependency.
| Comment | File | Size | Author |
|---|---|---|---|
| user-test-remove-unused-module-dependency.patch | 665 bytes | mr.baileys |
Comments
Comment #2
borisson_Great catch!
Comment #3
catchCommitted e394fff and pushed to 8.5.x. Thanks!