- Issue created by @eiriksm
- 🇳🇴Norway eiriksm Norway
Just to also present a solution.
I Just went with logging out by myself with what I know works on my project right here:
$this->drupalGet(Url::fromRoute('user.logout.confirm')); $this->getSession()->getPage()->find('css', '#user-logout-confirm [name="op"]')->click(); $this->drupalResetSession();