gutenberg-mobile
gutenberg-mobile copied to clipboard
[E2E Tests] - Flakiness in gutenberg-editor-block-insertion-2.test.js
Describe the bug
Not a bug in the app but to track/address flakiness in the E2E tests. Seems like there is some flakiness on this test file: gutenberg-editor-block-insertion-2.test.js
, this is happening due to an intermittent issue involving long-press.
When the intermittent issue with long pressing happens, the last 3 tests in this test suite will fail.
Potential solution One potential way to reduce this is to break the tests into separate tests so that they can run independently.