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
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment