I just noticed that some of the WikibaseLexeme browser tests don’t seem to run: they use the long-removed WebdriverIO function isVisible (now called isDisplayed), but CI reports no error, and their test names are also not visible in CI output.
I assume this is because tests/selenium/wdio.conf.js specifies the specs as specs/*.js, but those tests are in specs/special/*.js, which I guess isn’t included in that glob.
Acceptance Criteria
- All browser tests in WikibaseLexeme run in CI
- Tests pass in CI