stable
Clone or download
Read-only
fix: request #28896 keyboard navigation should be replayable
Trying to fix keyboard navigation in document e2e tests is not easy when tests cannot be replayed. Extracting the test in a dedicated file has a nice side effect on my side: it never failed anymore on all runs I've maid 🤷 Change-Id: I46c299d5893097493a3b84fd0c1ab14b13f2a1be
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts | +0 | −63 | Go to diff View file |
A | plugins/document/tests/e2e/cypress/cypress/e2e/keyboard-navigation.cy.ts | +119 | −0 | Go to diff View file |