Skip to content
Snippets Groups Projects
Commit e7abb095 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1893818 by Berdir, tim.plunkett: Fixed Plugin discovery caches of...

Issue #1893818 by Berdir, tim.plunkett: Fixed Plugin discovery caches of blocks are not cleared for all languages.
parent cfb1b598
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -80,7 +80,7 @@ public function testBlockLinks() {
foreach ($this->langcodes as $langcode) {
$this->drupalGet('admin/structure/block', array('language' => $langcode));
$this->clickLink(t('Add block'));
$this->assertText($feed->title);
$this->assertText($feed->label());
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment