Steps to replicate the issue :
run `./node_modules/mocha/bin/mocha test/features/app/app.js` inside mobileapps.
What happens?:
The test is failing with error:
express app should not follow redirects: AssertionError [ERR_ASSERTION]: '<span class="mw-page-title-namespace">User</span><span class="mw-page-title-separator">:</span><span class="mw-page-title-main">BSitzmann (WMF)/MCS/Test/redirect test2</span>' == 'User:BSitzmann (WMF)/MCS/Test/redirect test2' + expected - actual -<span class="mw-page-title-namespace">User</span><span class="mw-page-title-separator">:</span><span class="mw-page-title-main">BSitzmann (WMF)/MCS/Test/redirect test2</span> +User:BSitzmann (WMF)/MCS/Test/redirect test2
This happened because of an upstream change in the core here: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/821353
What should have happened instead?:
This test should pass