Skip to content
Snippets Groups Projects
Verified Commit eabef34b authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3089764 by alexpott, mondrake, lauriii: Updating translations does not...

Issue #3089764 by alexpott, mondrake, lauriii: Updating translations does not clear the JS asset cache so new translations are not loaded
parent ba964375
No related branches found
No related tags found
6 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!496Issue #2463967: Use .user.ini file for PHP settings,!144Issue #2666286: Clean up menu_ui to conform to Drupal coding standards
......@@ -152,7 +152,7 @@ public function testLocaleTranslationJsDependencies() {
$string = $strings[0];
$this->drupalPostForm(NULL, ['string' => 'Show description'], t('Filter'));
$edit = ['strings[' . $string->lid . '][translations][0]' => $this->randomString(16)];
$edit = ['strings[' . $string->lid . '][translations][0]' => 'Mostrar descripcion'];
$this->drupalPostForm(NULL, $edit, t('Save translations'));
// Calculate the filename of the JS including the translations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment