PATCH: fixing behat wording

This commit is contained in:
Nicolaas Thiemen 2020-07-08 13:50:47 +12:00
parent 6f4b1bfbd7
commit bbb69cfb5a
1 changed files with 2 additions and 2 deletions

View File

@ -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 with no content" report
When I follow "Pages with no content"
Scenario: I can view the "Pages without content" report
When I follow "Pages without content"
Then I should see "Empty Page"
But I should not see "Filled Page"
When I follow "Empty Page"