- 🇦🇺Australia mstrelan
Is this still relevant since ✨ Use one-time login link instead of user login form in BrowserTestBase tests Fixed ? In most cases the test no longer requires the login form, unless the
$useOneTimeLoginLinks
property is false. Furthermore, the report in the issue summary suggests you're using Drupal Test Traits → , so you could always override thedrupalLogin
method in your own test base class.