From 9e2d04ab90d237243db604a12e6b204a0e8b87a9 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Nov 2020 13:02:50 +1300 Subject: [PATCH] MNT Fix broken pages with no content behat test --- tests/behat/features/view-reports.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/view-reports.feature b/tests/behat/features/view-reports.feature index dcb82b43..8fab9bbc 100644 --- a/tests/behat/features/view-reports.feature +++ b/tests/behat/features/view-reports.feature @@ -9,8 +9,8 @@ Feature: View Reports And I am logged in with "ADMIN" permissions And I go to "/admin/reports" - Scenario: I can view the "Pages without content" report - When I follow "Pages without content" + Scenario: I can view the "Pages with no content" report + When I follow "Pages with no content" Then I should see "Empty Page" But I should not see "Filled Page" When I follow "Empty Page"