Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / tests / src / Functional / WorkflowUiNoTypeTest.php
index 197386ebd0d99e791c667833f577fd627c468469..01c61ac6b00d6cc117f656f8e01a53bc2d81417e 100644 (file)
@@ -49,7 +49,7 @@ class WorkflowUiNoTypeTest extends BrowserTestBase {
     $this->drupalGet('admin/config/workflow/workflows');
     $this->assertSession()->pageTextNotContains('There are no workflow types available. In order to create workflows you need to install a module that provides a workflow type. For example, the Content Moderation module provides a workflow type that enables workflows for content entities.');
     $this->assertSession()->linkExists('Add workflow');
-    $this->assertSession()->pageTextContains('There is no Workflow yet.');
+    $this->assertSession()->pageTextContains('There are no workflows yet.');
   }
 
 }