FreedomBox/functional_tests/features/configuration.feature
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

25 lines
642 B
Gherkin

# SPDX-License-Identifier: AGPL-3.0-or-later
@system @essential @configuration
Feature: Configuration
Configure the system.
Background:
Given I'm a logged in user
Scenario: Change hostname
When I change the hostname to mybox
Then the hostname should be mybox
Scenario: Change domain name
When I change the domain name to mydomain.example
Then the domain name should be mydomain.example
Scenario: Change webserver home page
Given the syncthing application is installed
And the syncthing application is enabled
And the home page is syncthing
When I change the home page to plinth
Then the home page should be plinth