MDL-48841 admin: Behat table row should start with first row

This commit is contained in:
Rajesh Taneja
2015-02-18 15:34:12 +08:00
committed by David Monllao
parent 38a219301e
commit 282fdb22ca
@@ -49,5 +49,5 @@ Feature: Manage scheduled tasks
And I press "Save changes"
Then I should see "Changes saved"
And the following should not exist in the "admintable" table:
| Component | Minute | Hour | Day | Day of week | Month |
| Standard log | */5 | 1 | 2 | 4 | 3 |
| Name | Component | Minute | Hour | Day | Day of week | Month |
| Log table cleanup | Standard log | */5 | 1 | 2 | 4 | 3 |