From af5f7fc44575d0cd83928e753fb379718fbb3031 Mon Sep 17 00:00:00 2001 From: Garion Herman Date: Wed, 9 Dec 2020 14:34:16 +1300 Subject: [PATCH] FIX Re-patch language in behat reports test The language string supporting the title of this report was updated, then reverted, then updated again, but the related behat test didn't get re-updated at the same time. --- tests/behat/features/view-reports.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/view-reports.feature b/tests/behat/features/view-reports.feature index 8fab9bbc..4b071a2c 100644 --- a/tests/behat/features/view-reports.feature +++ b/tests/behat/features/view-reports.feature @@ -10,7 +10,7 @@ Feature: View Reports And I go to "/admin/reports" Scenario: I can view the "Pages with no content" report - When I follow "Pages with no content" + When I follow "Pages without content" Then I should see "Empty Page" But I should not see "Filled Page" When I follow "Empty Page"