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

This commit is contained in:
Rajesh Taneja 2015-02-18 15:11:43 +08:00 committed by David Monllao
parent c1d1c435f7
commit 96e4202c3e

View File

@ -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 |