Changeset 54914
- Timestamp:
- 11/30/2022 02:05:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/e2e/specs/gutenberg-plugin.test.js
r54913 r54914 15 15 } ); 16 16 17 it( ' Activate the Gutenberg plugin', async () => {17 it( 'should activate', async () => { 18 18 await activatePlugin( 'gutenberg' ); 19 // If plugin activation fails, it will time out and throw an error, 20 // since the activatePlugin helper is looking for a `.deactivate` link 21 // which is only there if activation succeeds. 19 /* 20 * If plugin activation fails, it will time out and throw an error, 21 * since the activatePlugin helper is looking for a `.deactivate` link 22 * which is only there if activation succeeds. 23 */ 22 24 await deactivatePlugin( 'gutenberg' ); 23 25 } );
Note: See TracChangeset
for help on using the changeset viewer.