X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Ffontyourface%2Ftests%2Fsrc%2FFunctional%2FFontYourFaceInstallTest.php;fp=web%2Fmodules%2Fcontrib%2Ffontyourface%2Ftests%2Fsrc%2FFunctional%2FFontYourFaceInstallTest.php;h=2fcbcccc7a8342b83d4153a4488155936d69fb72;hp=b5a678b3c1216f87ca80c0bb66e7c343b2fe9f06;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceInstallTest.php b/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceInstallTest.php index b5a678b3c..2fcbcccc7 100644 --- a/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceInstallTest.php +++ b/web/modules/contrib/fontyourface/tests/src/Functional/FontYourFaceInstallTest.php @@ -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'));