Some E2E tests fail on the Docker environment #14732
Labels
[Type] Automated Testing
Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
[Type] Bug
An existing feature does not function as intended
[Type] Build Tooling
Issues or PRs related to build tooling
Describe the bug
On a fresh clone of the Gutenberg repo on a new docker instance, some of the e2e tests fail.
To Reproduce
Steps to reproduce the behavior:
./bin/setup-local-env.sh
npm run build
npm run test-e2e
Tests Failing
Error: waiting for selector "button[aria-label="More options"]" failed: timeout 30000ms exceeded
Error: No node found for selector: button[aria-label="Multi-selection reusable block"]
Expected - <p><s>test</s></p>
Received + <p>test</p>
Expected - <p><s>test</s></p>
Received + <p>test</p>
Expected: StringContaining "is-multi-selected"
Received: "wp-block editor-block-list__block block-editor-block-list__block is-selected"
Expected behavior
All test should have passed.
Screenshots
![image](https://user-images.githubusercontent.com/20453492/55293196-f4a8af80-53c1-11e9-970a-032f52530214.png)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: