mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MNT Fix broken pages with no content behat test
This commit is contained in:
parent
e23c486189
commit
9e2d04ab90
@ -9,8 +9,8 @@ Feature: View Reports
|
|||||||
And I am logged in with "ADMIN" permissions
|
And I am logged in with "ADMIN" permissions
|
||||||
And I go to "/admin/reports"
|
And I go to "/admin/reports"
|
||||||
|
|
||||||
Scenario: I can view the "Pages without content" report
|
Scenario: I can view the "Pages with no content" report
|
||||||
When I follow "Pages without content"
|
When I follow "Pages with no content"
|
||||||
Then I should see "Empty Page"
|
Then I should see "Empty Page"
|
||||||
But I should not see "Filled Page"
|
But I should not see "Filled Page"
|
||||||
When I follow "Empty Page"
|
When I follow "Empty Page"
|
||||||
|
Loading…
Reference in New Issue
Block a user