mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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.
This commit is contained in:
parent
7975fa0557
commit
af5f7fc445
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user