diff --git a/plinth/modules/backups/tests/backups.feature b/plinth/modules/backups/tests/backups.feature index f27910145..d3695483f 100644 --- a/plinth/modules/backups/tests/backups.feature +++ b/plinth/modules/backups/tests/backups.feature @@ -29,3 +29,8 @@ Scenario: Set a schedule for a repository Given the backup schedule is set to disable for 1 daily, 2 weekly and 3 monthly at 2:00 without app names When I set the backup schedule to enable for 10 daily, 20 weekly and 30 monthly at 15:00 without app firewall Then the schedule should be set to enable for 10 daily, 20 weekly and 30 monthly at 15:00 without app firewall + +Scenario: Disable schedule for a repository + Given the backup schedule is set to enable for 10 daily, 20 weekly and 30 monthly at 15:00 without app firewall + When I set the backup schedule to disable for 1 daily, 2 weekly and 3 monthly at 2:00 without app names + Then the schedule should be set to disable for 1 daily, 2 weekly and 3 monthly at 2:00 without app names