--- 2916331-15.patch 2019-12-27 12:43:38.000000000 +0530 +++ 2916331-17.patch 2019-12-27 15:38:44.000000000 +0530 @@ -386,7 +386,7 @@ } diff --git a/tests/src/Functional/UiPageTest.php b/tests/src/Functional/UiPageTest.php -index 6c808bee..8bf47060 100644 +index 6c808bee..af18ccb5 100644 --- a/tests/src/Functional/UiPageTest.php +++ b/tests/src/Functional/UiPageTest.php @@ -23,6 +23,83 @@ class UiPageTest extends RulesBrowserTestBase { @@ -404,7 +404,7 @@ + $this->assertSession()->statusCodeEquals(200); + + // Test that there is an empty rules component listing. -+ $this->assertSession()->pageTextContains('There is no Rules component yet.'); ++ $this->assertSession()->pageTextContains('There are no rules components yet.'); + } + + /** @@ -415,7 +415,7 @@ + $this->drupalLogin($account); + + $this->drupalGet('admin/config/workflow/rules/components'); -+ $this->clickLink('Add rule'); ++ $this->clickLink('Add component'); + + $this->fillField('Label', 'Test Component'); + $this->fillField('Machine-readable name', 'test_component');