Browse Source

Merge pull request #14440 from nextcloud/bugfix/noid/fix-no-such-process-acceptance-tests

Run tests that fail with "no such process" over to apache server
pull/14398/head
Morris Jobke 8 years ago
committed by GitHub
parent
commit
75deeb110d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/acceptance/features/app-files.feature
  2. 1
      tests/acceptance/features/apps.feature
  3. 1
      tests/acceptance/features/login.feature
  4. 1
      tests/acceptance/features/users.feature

1
tests/acceptance/features/app-files.feature

@ -1,3 +1,4 @@
@apache
Feature: app-files
Scenario: open and close the details view

1
tests/acceptance/features/apps.feature

@ -1,3 +1,4 @@
@apache
Feature: apps
Scenario: enable an installed app

1
tests/acceptance/features/login.feature

@ -1,3 +1,4 @@
@apache
Feature: login
Scenario: log in with valid user and password

1
tests/acceptance/features/users.feature

@ -1,3 +1,4 @@
@apache
Feature: users
Scenario: create a new user

Loading…
Cancel
Save