diff --git a/admin/tool/task/tests/behat/manage_tasks.feature b/admin/tool/task/tests/behat/manage_tasks.feature index 2a511012268..73fc27dd61b 100644 --- a/admin/tool/task/tests/behat/manage_tasks.feature +++ b/admin/tool/task/tests/behat/manage_tasks.feature @@ -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 | \ No newline at end of file + | Name | Component | Minute | Hour | Day | Day of week | Month | + | Log table cleanup | Standard log | */5 | 1 | 2 | 4 | 3 | \ No newline at end of file