Skip to content

Commit f4e48d6

Browse files
author
nod_
committed
Issue #3500564 by tom konda, catch: Remove the test-only jQuery key event polyfill
1 parent 3b9aa5d commit f4e48d6

File tree

5 files changed

+0
-86
lines changed

5 files changed

+0
-86
lines changed

modules/system/tests/modules/jquery_key_event_polyfill_test/jquery_key_event_polyfill_test.info.yml

-5
This file was deleted.

modules/system/tests/modules/jquery_key_event_polyfill_test/jquery_key_event_polyfill_test.libraries.yml

-4
This file was deleted.

modules/system/tests/modules/jquery_key_event_polyfill_test/js/jquery.key_event.polyfill.js

-52
This file was deleted.

modules/system/tests/modules/jquery_keyevent_polyfill_test/src/Hook/JqueryKeyeventPolyfillTestHooks.php

-24
This file was deleted.

tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ protected function installModulesFromClassProperty(ContainerInterface $container
7575
self::$modules = [
7676
'js_testing_ajax_request_test',
7777
'js_testing_log_test',
78-
'jquery_key_event_polyfill_test',
7978
];
8079
if ($this->disableCssAnimations) {
8180
self::$modules[] = 'css_disable_transitions_test';

0 commit comments

Comments
 (0)