diff options
-rw-r--r-- | tests/acceptance/features/app-files.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/apps.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/login.feature | 1 | ||||
-rw-r--r-- | tests/acceptance/features/users.feature | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/acceptance/features/app-files.feature b/tests/acceptance/features/app-files.feature index 50bb9d20022..c6d879dc6ef 100644 --- a/tests/acceptance/features/app-files.feature +++ b/tests/acceptance/features/app-files.feature @@ -1,3 +1,4 @@ +@apache Feature: app-files Scenario: open and close the details view diff --git a/tests/acceptance/features/apps.feature b/tests/acceptance/features/apps.feature index 33e9e15dad2..eee9f06671b 100644 --- a/tests/acceptance/features/apps.feature +++ b/tests/acceptance/features/apps.feature @@ -1,3 +1,4 @@ +@apache Feature: apps Scenario: enable an installed app diff --git a/tests/acceptance/features/login.feature b/tests/acceptance/features/login.feature index 44353d37c65..ed63e1fc01b 100644 --- a/tests/acceptance/features/login.feature +++ b/tests/acceptance/features/login.feature @@ -1,3 +1,4 @@ +@apache Feature: login Scenario: log in with valid user and password diff --git a/tests/acceptance/features/users.feature b/tests/acceptance/features/users.feature index b5a22cd3940..ef61e7d5680 100644 --- a/tests/acceptance/features/users.feature +++ b/tests/acceptance/features/users.feature @@ -1,3 +1,4 @@ +@apache Feature: users Scenario: create a new user |