-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gutenberg 7.7.1: Trigger E2E tests #39292
Conversation
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
Re-triggering the tests to run against the recently launched 7.6.0-rc.1 See: #39689 |
To fix: TimeoutError: Timed out waiting for element with css selector of '.dashicons-no-alt' to be clickablehttps://app.circleci.com/jobs/github/Automattic/wp-e2e-tests-for-branches/50326 Because of this change https://github.com/WordPress/gutenberg/pull/19959/files#diff-b1dcc68a57b0f94413a4e191bc161f8dR82 Affected test code
Suggested fix Click on TimeoutError: Timed out waiting for element with css selector of '.editor-post-preview' to be clickablehttps://app.circleci.com/jobs/github/Automattic/wp-e2e-tests-for-branches/50326 Because of this change https://github.com/WordPress/gutenberg/pull/19082/files#diff-f46eebd6e860a1b5b5f823f6de751a55R188 Affected test code
Suggested fix Click on Then click on Timed out waiting for element with css selector of '.editor-simple-payments-modal' to NOT be presentUnsure of this one. First seen at https://app.circleci.com/jobs/github/Automattic/wp-e2e-tests-for-branches/50575 Because of this change Still looking... Affected test code
wp-calypso/test/e2e/lib/pages/editor-page.js Line 219 in 910fe97
Suggested fix
|
Going to trigger to run 7.7.1 See: #40078 |
closed in favor of #40451 |
E2E integration tests against Gutenberg Edge.
Fixes in #40239