Some tests are flaky when targeting the Beta cluster. Remove them from
the daily test suite until they are fixed.
Bug: T323824
Change-Id: If3fb121e95784e59e9ae4e10f92a679df19be732
Only creating account via the web interface does not work on the beta
cluster, because of CAPTCHA.
Bug: T323824
Change-Id: I7e9c6169f1c72450b4b620a8712629af7637f06b
This reverts commit 66e9dab5f5.
Reason for revert:
The reverted commit is causing 11 tests to be skipped.
It was needed for WikiLambda (90e3ad0538ac5bd519284f3c5df76e645a16c1e7).
Since WikiLambda no longer has Selenium tests (f0051019e363e4abdc9ef9ab3c1c82e3b2bfed97)
I guess this can be reverted.
Bug: T303737
Change-Id: Iac1d31dbd17fae191d2808011ff4d791f294bf6a
WebdriverIO has dropped support of sync mode due to breaking changes in Chromium, hence all tests have been changed to async.
Bug: T293071
Change-Id: I15347b789f11de84b764e13a3981545ed6759881
Remove `special` from `recentchanges.js` and `watchlist.js`.
The entire `spec` folder has only four files. The two mentioned and
`page.js` and `user.js`. If that was a folder with a lot of files, it
would make sense to use `special`. Now it just makes file names long.
Additionally, files in `pageobjects` folder are already using simpler
names, `recentchanges.page.js` and `watchlist.page.js`, without
`special`.
Bug: T210726
Change-Id: I156f436e2de345586a25174c630ad60259504115
2021-05-20 19:46:09 +02:00
Renamed from tests/selenium/specs/specialrecentchanges.js (Browse further)