Merge pull request #2612 from creative-commoners/pulls/4.7/fix-behat-test

MNT Fix broken pages with no content behat test
This commit is contained in:
Serge Latyntsev 2020-11-06 17:13:20 +13:00 committed by GitHub
commit 9fdc550458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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"