|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
@tool @tool_xmldb
|
|
|
2 |
Feature: The Reconcile XMLDB files report works and all the files are ok
|
|
|
3 |
In order to ensure that all the XMLDB Editor xml files are generated properly
|
|
|
4 |
As a developer
|
|
|
5 |
I need to be able to run the Reconcile XMLDB files report and verify that everything is ok
|
|
|
6 |
|
|
|
7 |
Scenario: The Reconcile XMLDB files reports that all files are ok
|
|
|
8 |
Given I log in as "admin"
|
|
|
9 |
And I navigate to "Development > XMLDB editor" in site administration
|
|
|
10 |
When I follow "[Reconcile XMLDB files]"
|
|
|
11 |
Then I should see "Look for XMLDB files needing reconciling"
|
|
|
12 |
And I should see "All files are OK. No reconciling is needed."
|