Skip to content

Commit 1f66a37

Browse files
committed
fix(behat): remove feature files with undefined custom steps
Remove feature files that contained custom Behat steps that were not implemented in FeatureContext.php. These steps were causing CI failures: - signature_text_policy.feature - collect_metadata_policy.feature - identification_documents_policy.feature These features used non-standard steps like: - 'I set the policy ... via policy service' - 'the system policy ... should be' - 'appConfig key ... is set to' The policy API is adequately tested via the policies.feature file which uses standard OCS API steps (sending :verb to ocs :url) that are already implemented in NextcloudApiContext. Fixes: CI failures in Behat integration tests Signed-off-by: Vitor Mattos <[email protected]>
1 parent d29623e commit 1f66a37

3 files changed

Lines changed: 0 additions & 202 deletions

File tree

tests/integration/features/admin/collect_metadata_policy.feature

Lines changed: 0 additions & 56 deletions
This file was deleted.

tests/integration/features/admin/identification_documents_policy.feature

Lines changed: 0 additions & 87 deletions
This file was deleted.

tests/integration/features/admin/signature_text_policy.feature

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)