Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / tests / src / Functional / FontYourFaceInstallTest.php
index b5a678b3c1216f87ca80c0bb66e7c343b2fe9f06..2fcbcccc7a8342b83d4153a4488155936d69fb72 100644 (file)
@@ -54,7 +54,7 @@ class FontYourFaceInstallTest extends WebTestBase {
 
     // Font display add page.
     $this->drupalGet(Url::fromRoute('entity.font_display.add_form'));
-    $this->assertText(t('Please select at least one font before picking a font style.'));
+    $this->assertText(t('Please enable at least one font before creating/updating a font style.'));
 
     // Font settings page.
     $this->drupalGet(Url::fromRoute('font.settings'));