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
+ 1
0
Compare changes
  • Side-by-side
  • Inline
  • 0008a827
    Issue #3267823 by alexpott, Spokje:... · 0008a827
    Jess authored
    Issue #3267823 by alexpott, Spokje: \Drupal\Tests\quickedit\FunctionalJavascript\QuickEditIntegrationTest::testCustomBlock(). is failing on latest chromedriver
@@ -275,6 +275,7 @@ public function testArticleNode() {
@@ -275,6 +275,7 @@ public function testArticleNode() {
* Tests if a custom can be in-place edited with Quick Edit.
* Tests if a custom can be in-place edited with Quick Edit.
*/
*/
public function testCustomBlock() {
public function testCustomBlock() {
 
$this->markTestSkipped('This test fails pretty consistently on the latest Chromedriver');
$block_content_type = BlockContentType::create([
$block_content_type = BlockContentType::create([
'id' => 'basic',
'id' => 'basic',
'label' => 'basic',
'label' => 'basic',
Loading