diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-28 13:59:00 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-02-28 14:03:57 +0100 |
commit | 3f2bb3ca0519cf8f0df469a85591398c5e9154e8 (patch) | |
tree | f6e9c0c7ed5ae9a3455543ea96f514d6a77fbb07 /tests/acceptance | |
parent | 7519a9a9903565f53d6b656fbd328a83df6011b9 (diff) | |
download | nextcloud-server-3f2bb3ca0519cf8f0df469a85591398c5e9154e8.tar.gz nextcloud-server-3f2bb3ca0519cf8f0df469a85591398c5e9154e8.zip |
Run tests that fail with "no such process" over to apache server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'tests/acceptance')
-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 |