mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
MDL-73764 behat: Verify the report works and all files in core are ok
This commit is contained in:
parent
3bb4a4009c
commit
a0f8a78f16
12
admin/tool/xmldb/tests/behat/reconcile_xmldb_files.feature
Normal file
12
admin/tool/xmldb/tests/behat/reconcile_xmldb_files.feature
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user