Skip to content
Snippets Groups Projects

Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS

Closed Issue #3238915: Refactor (if feasible) uses of the jQuery ready function to use VanillaJS
Closed Harumi Jang requested to merge issue/drupal-3238915:3238915-refactor-if-feasible into 9.3.x
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
  • 2b24cf9c
    Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in... · 2b24cf9c
    Alex Pott authored
    Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in MediaStandardProfileTest::testMediaSources
+ 3
1
@@ -41,7 +41,9 @@ build:
@@ -41,7 +41,9 @@ build:
halt-on-fail: false
halt-on-fail: false
<<: *testgroups
<<: *testgroups
run_tests.javascript:
run_tests.javascript:
concurrency: 15
# Reduced from 15 due to potential DNS throttling issues on AWS.
 
# @see https://www.drupal.org/project/drupal/issues/3045612
 
concurrency: 10
types: 'PHPUnit-FunctionalJavascript'
types: 'PHPUnit-FunctionalJavascript'
suppress-deprecations: false
suppress-deprecations: false
halt-on-fail: false
halt-on-fail: false
Loading