MDL-73764 behat: Verify the report works and all files in core are ok

This commit is contained in:
Eloy Lafuente (stronk7) 2022-02-04 12:14:00 +01:00
parent 3bb4a4009c
commit a0f8a78f16

View File

@ -0,0 +1,12 @@
@tool @tool_xmldb
Feature: The Reconcile XMLDB files report works and all the files are ok
In order to ensure that all the XMLDB Editor xml files are generated properly
As a developer
I need to be able to run the Reconcile XMLDB files report and verify that everything is ok
Scenario: The Reconcile XMLDB files reports that all files are ok
Given I log in as "admin"
And I navigate to "Development > XMLDB editor" in site administration
When I follow "[Reconcile XMLDB files]"
Then I should see "Look for XMLDB files needing reconcile"
And I should see "All files are ok, no reconcile action needed"