Adding a noop change to the tip of EntitySchema master (Empty change to test CI (Icb8881d4)) currently reproducibly fails in CI for the first browser test:
00:02:28.492 1) Schema Edit Page 00:02:28.492 given that a user is allowed 00:02:28.492 "before each" hook for "returns to schema view page on submit": 00:02:28.492 AssertionError: Timed out retrying after 4000ms: Expected to find element: `input[name=label]`, but never found it. 00:02:28.492 00:02:28.492 Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `Schema Edit Page` 00:02:28.492 at SpecialNewEntitySchemaPage.enterLabel (webpack://EntitySchema/./cypress/support/pageObjects/SpecialNewEntitySchemaPage.js:8:5) 00:02:28.492 at Context.eval (webpack://EntitySchema/./cypress/e2e/editEntitySchema.cy.js:17:4)
(from the logs)
Subsequent browser tests are green.
The related screenshot shows an out of memory error when trying to open Special:NewEntitySchema:
(source of screenshot)
Though, this only seems to occur the very first time the wiki receives a request. Even the dedicated browser tests for the Special:NewEntitySchema page itself are green.
Acceptance criteria:
- CI for EntitySchema is green on master