Opened 18 months ago
Closed 11 months ago
#60109 closed defect (bug) (worksforme)
E2E test failures in the 6.2 branch
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.2 |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
In the 6.2 branch, there are currently some E2E test failures related to testing the installation, activation, deactivation, etc. of the Gutenberg plugin.
FAIL tests/e2e/specs/gutenberg-plugin.test.js ● Gutenberg plugin › should activate No node found for selector: .install-now[data-slug="gutenberg"] 8 | describe( 'Gutenberg plugin', () => { 9 | beforeAll( async () => { > 10 | await installPlugin( 'gutenberg' ); | ^ 11 | } ); 12 | 13 | afterAll( async () => { at assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21) at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:461:11) at runMicrotasks (<anonymous>) at installPlugin (../../node_modules/@wordpress/e2e-test-utils/build/@wordpress/e2e-test-utils/src/install-plugin.js:22:2) at specs/gutenberg-plugin.test.js:10:3 ● Test suite failed to run No node found for selector: tr[data-slug="gutenberg"] .delete a 12 | 13 | afterAll( async () => { > 14 | await uninstallPlugin( 'gutenberg' ); | ^ 15 | } ); 16 | 17 | it( 'should activate', async () => { at assert (../../node_modules/puppeteer-core/src/common/assert.ts:23:21) at DOMWorld.click (../../node_modules/puppeteer-core/src/common/DOMWorld.ts:461:11) at runMicrotasks (<anonymous>) at async Promise.all (index 1) at uninstallPlugin (../../node_modules/@wordpress/e2e-test-utils/build/@wordpress/e2e-test-utils/src/uninstall-plugin.js:19:2) at specs/gutenberg-plugin.test.js:14:3
It's not clear what caused this to start happening about a week ago (first occurrence).
Change History (3)
Note: See
TracTickets for help on using
tickets.
It seems that there are currently some end-to-end (E2E) test failures in the 6.2 branch related to testing the installation, activation, and deactivation of the Gutenberg plugin. The failures are occurring during attempts to activate and deactivate the plugin.
The specific failures are:
### Next Steps:
To address these test failures, you can consider the following steps:
By following these steps, you can investigate and address the E2E test failures related to the installation and deactivation of the Gutenberg plugin in the 6.2 branch, ensuring the stability and reliability of your testing suite.