Acceptance Criteria
- Browser tests jobs should run with every wikibase patch
- We should spot any bugs at the latest when we merge the pin
Some Hints
We see that currently the non-mediawiki core tests are loaded via custom globs: https://github.com/wikimedia/mediawiki/blob/master/tests/selenium/wdio.conf.js#L57
This would not capture our tests in the submodule. We would rather not have to patch core to add our tests as another custom glob. We had the idea to create a custom extra spec in wikibase's selenium tests that imports the describe functions from the termbox spec files. Questions remain about how this would work with multiple files.
This will hopefully go away with the resolution of: T199116