Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/VisualEditor/lib/ve/tests/ui/actions/ve.ui.WindowAction.test.js
Ðазад
/*! * VisualEditor UserInterface Actions WindowAction tests. * * @copyright See AUTHORS.txt */ QUnit.module( 've.ui.WindowAction' ); /* Tests */ QUnit.test( 'Basic open/close', ( assert ) => { const surface = ve.test.utils.createSurfaceFromHtml( '' ), windowAction = ve.ui.actionFactory.create( 'window', surface ), dialogs = surface.getDialogs(), done = assert.async( 2 ); dialogs.once( 'opening', ( win, opening ) => { opening.then( () => { assert.true( true, 'Window opened' ); windowAction.close( 'message' ); done(); } ); } ); dialogs.once( 'closing', () => { assert.true( true, 'Window closed' ); done(); } ); windowAction.open( 'message' ); } );
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка