Sunil Mohan Adapa ca984a2b24
functional_tests: Use SPDX license identifier
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2020-02-19 14:39:56 +02:00

26 lines
754 B
Gherkin

# SPDX-License-Identifier: AGPL-3.0-or-later
@essential @upgrades @system @backups
Feature: Software Upgrades
Configure automatic software upgrades
Background:
Given I'm a logged in user
Scenario: Disable automatic upgrades
Given automatic upgrades are enabled
When I disable automatic upgrades
Then automatic upgrades should be disabled
Scenario: Backup and restore upgrades
When I enable automatic upgrades
And I create a backup of the upgrades app data
And I disable automatic upgrades
And I restore the upgrades app data backup
Then automatic upgrades should be enabled
Scenario: Enable automatic upgrades
Given automatic upgrades are disabled
When I enable automatic upgrades
Then automatic upgrades should be enabled