Similar to T180035: MediaWiki core Selenium tests fail when targeting Vagrant.
Steps to reproduce (manually):
- change real name
- save
- page refreshes
- instead of displaying new real name, old real name is displayed
- new real name is displayed after refreshing the page
Steps to reproduce (Selenium):
- Start mediawiki-vagrant.
- In one one terminal tab/window:
chromedriver --url-base=/wd/hub --port=4444
- In another terminal tab/window:
composer update && npm i && npx wdio tests/selenium/wdio.conf.js --spec tests/selenium/specs/user.js --mochaOpts.grep preferences --mochaOpts.timeout 50000