Make WordPress Core

Changeset 58152


Ignore:
Timestamp:
05/15/2024 07:02:26 AM (7 months ago)
Author:
Bernhard Reiter
Message:

Tests: Add comment to explain when e2e test for gutenberg is skipped

Follow-up to [58046].

Reviewed by jorbin.
Merges [58141] to the 6.5 branch.

See #60971.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5/tests/e2e/specs/gutenberg-plugin.test.js

    r58151 r58152  
    3030        expect( plugin.status ).toBe( 'inactive' );
    3131
     32        // Only run this test on versions of WordPress that are still supported by the Gutenberg Plugin
    3233        try {
    3334            await requestUtils.activatePlugin( 'gutenberg' );
Note: See TracChangeset for help on using the changeset viewer.