Browse Source

Split chat/ integration tests in half

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/8057/head
Joas Schilling 3 years ago
parent
commit
d8863929bd
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 6
      .drone.jsonnet
  2. 114
      .drone.yml
  3. 2
      tests/integration/features/callapi/notifications.feature
  4. 2
      tests/integration/features/callapi/password.feature
  5. 2
      tests/integration/features/chat-2/poll.feature
  6. 2
      tests/integration/features/chat-2/public-read-only.feature
  7. 2
      tests/integration/features/chat-2/public.feature
  8. 2
      tests/integration/features/chat-2/reaction.feature
  9. 2
      tests/integration/features/chat-2/read-status.feature
  10. 2
      tests/integration/features/chat-2/reference-id.feature
  11. 2
      tests/integration/features/chat-2/reply.feature
  12. 2
      tests/integration/features/chat-2/rich-messages.feature
  13. 2
      tests/integration/features/chat-2/rich-object-share.feature
  14. 3
      tests/integration/features/chat-2/search.feature
  15. 2
      tests/integration/features/chat-2/system-messages.feature
  16. 2
      tests/integration/features/chat-2/unread-messages.feature
  17. 2
      tests/integration/features/chat/delete.feature
  18. 2
      tests/integration/features/chat/file-share.feature
  19. 2
      tests/integration/features/chat/message-expiration.feature
  20. 2
      tests/integration/features/command/create.feature
  21. 2
      tests/integration/features/command/user-remove.feature
  22. 4
      tests/integration/features/conversation-2/one-to-one.feature
  23. 2
      tests/integration/features/conversation-2/password-request.feature
  24. 2
      tests/integration/features/conversation-2/promotion-demotion.feature
  25. 2
      tests/integration/features/conversation-2/public-private.feature
  26. 2
      tests/integration/features/conversation-2/remove-participant.feature
  27. 2
      tests/integration/features/conversation-2/remove-self.feature
  28. 2
      tests/integration/features/conversation-2/rename-room.feature
  29. 2
      tests/integration/features/conversation-2/set-description.feature
  30. 2
      tests/integration/features/conversation-2/set-listable.feature
  31. 2
      tests/integration/features/conversation-2/set-participant-permissions.feature
  32. 2
      tests/integration/features/conversation-2/set-password.feature
  33. 2
      tests/integration/features/conversation-2/set-permissions.feature
  34. 2
      tests/integration/features/conversation-2/sip-dialin.feature
  35. 2
      tests/integration/features/conversation/add-participant.feature
  36. 2
      tests/integration/features/conversation/delete-room.feature
  37. 2
      tests/integration/features/conversation/group-participants.feature
  38. 2
      tests/integration/features/conversation/limit-creation.feature

6
.drone.jsonnet

@ -121,34 +121,34 @@ local PipelinePostgreSQL(test_set) = Pipeline(
[
PipelineSQLite("callapi"),
PipelineSQLite("chat"),
PipelineSQLite("chat-2"),
PipelineSQLite("command"),
PipelineSQLite("conversation"),
PipelineSQLite("conversation-2"),
PipelineSQLite("federation"),
PipelineSQLite("integration"),
PipelineSQLite("reaction"),
PipelineSQLite("sharing"),
PipelineSQLite("sharing-2"),
PipelineMySQL("callapi"),
PipelineMySQL("chat"),
PipelineMySQL("chat-2"),
PipelineMySQL("command"),
PipelineMySQL("conversation"),
PipelineMySQL("conversation-2"),
PipelineMySQL("federation"),
PipelineMySQL("integration"),
PipelineMySQL("reaction"),
PipelineMySQL("sharing"),
PipelineMySQL("sharing-2"),
PipelinePostgreSQL("callapi"),
PipelinePostgreSQL("chat"),
PipelinePostgreSQL("chat-2"),
PipelinePostgreSQL("command"),
PipelinePostgreSQL("conversation"),
PipelinePostgreSQL("conversation-2"),
PipelinePostgreSQL("federation"),
PipelinePostgreSQL("integration"),
PipelinePostgreSQL("reaction"),
PipelinePostgreSQL("sharing"),
PipelinePostgreSQL("sharing-2"),
]

114
.drone.yml

@ -72,7 +72,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-command
name: int-sqlite-chat-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -91,7 +91,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/command
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -99,7 +99,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
name: integration-chat-2
trigger:
branch:
- master
@ -108,7 +108,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-conversation
name: int-sqlite-command
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -122,13 +122,12 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -136,7 +135,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
name: integration-command
trigger:
branch:
- master
@ -145,7 +144,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-conversation-2
name: int-sqlite-conversation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -165,7 +164,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation-2
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -173,7 +172,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
name: integration-conversation
trigger:
branch:
- master
@ -182,7 +181,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-federation
name: int-sqlite-conversation-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -196,12 +195,13 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/federation
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -209,7 +209,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
name: integration-conversation-2
trigger:
branch:
- master
@ -218,7 +218,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-integration
name: int-sqlite-federation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -237,7 +237,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/integration
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -245,7 +245,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-integration
name: integration-federation
trigger:
branch:
- master
@ -254,7 +254,7 @@ trigger:
- push
---
kind: pipeline
name: int-sqlite-reaction
name: int-sqlite-integration
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -273,7 +273,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/reaction
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -281,7 +281,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
name: integration-integration
trigger:
branch:
- master
@ -464,7 +464,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-command
name: int-mysql-chat-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -497,7 +497,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/command
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -505,7 +505,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
name: integration-chat-2
trigger:
branch:
- master
@ -515,7 +515,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-conversation
name: int-mysql-command
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -543,13 +543,12 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -557,7 +556,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
name: integration-command
trigger:
branch:
- master
@ -567,7 +566,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-conversation-2
name: int-mysql-conversation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -601,7 +600,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation-2
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -609,7 +608,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
name: integration-conversation
trigger:
branch:
- master
@ -619,7 +618,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-federation
name: int-mysql-conversation-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -647,12 +646,13 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/federation
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -660,7 +660,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
name: integration-conversation-2
trigger:
branch:
- master
@ -670,7 +670,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-integration
name: int-mysql-federation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -703,7 +703,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/integration
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -711,7 +711,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-integration
name: integration-federation
trigger:
branch:
- master
@ -721,7 +721,7 @@ trigger:
- push
---
kind: pipeline
name: int-mysql-reaction
name: int-mysql-integration
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -754,7 +754,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/reaction
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -762,7 +762,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
name: integration-integration
trigger:
branch:
- master
@ -964,7 +964,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-command
name: int-pgsql-chat-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -992,7 +992,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/command
- bash run.sh features/chat-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1000,7 +1000,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-command
name: integration-chat-2
trigger:
branch:
- master
@ -1009,7 +1009,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-conversation
name: int-pgsql-command
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -1032,13 +1032,12 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation
- bash run.sh features/command
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1046,7 +1045,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation
name: integration-command
trigger:
branch:
- master
@ -1055,7 +1054,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-conversation-2
name: int-pgsql-conversation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -1084,7 +1083,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/conversation-2
- bash run.sh features/conversation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1092,7 +1091,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-conversation-2
name: integration-conversation
trigger:
branch:
- master
@ -1101,7 +1100,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-federation
name: int-pgsql-conversation-2
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -1124,12 +1123,13 @@ steps:
- git clone --depth 1 -b $NOTIFICATIONS_BRANCH https://github.com/nextcloud/notifications
apps/notifications
- ./occ app:enable notifications
- git clone --depth 1 -b $GUESTS_BRANCH https://github.com/nextcloud/guests apps/guests
- cd apps/$APP_NAME
- composer --version
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/federation
- bash run.sh features/conversation-2
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1137,7 +1137,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-federation
name: integration-conversation-2
trigger:
branch:
- master
@ -1146,7 +1146,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-integration
name: int-pgsql-federation
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -1174,7 +1174,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/integration
- bash run.sh features/federation
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1182,7 +1182,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-integration
name: integration-federation
trigger:
branch:
- master
@ -1191,7 +1191,7 @@ trigger:
- push
---
kind: pipeline
name: int-pgsql-reaction
name: int-pgsql-integration
services:
- image: ghcr.io/nextcloud/continuous-integration-redis:latest
name: cache
@ -1219,7 +1219,7 @@ steps:
- composer self-update --2
- composer install
- cd tests/integration/
- bash run.sh features/reaction
- bash run.sh features/integration
environment:
APP_NAME: spreed
CORE_BRANCH: master
@ -1227,7 +1227,7 @@ steps:
GUESTS_BRANCH: master
NOTIFICATIONS_BRANCH: master
image: ghcr.io/nextcloud/continuous-integration-php8.0:latest
name: integration-reaction
name: integration-integration
trigger:
branch:
- master

2
tests/integration/features/callapi/notifications.feature

@ -1,4 +1,4 @@
Feature: chat/notifications
Feature: callapi/notifications
Background:
Given user "participant1" exists

2
tests/integration/features/callapi/password.feature

@ -1,4 +1,4 @@
Feature: callapi/public
Feature: callapi/password
Background:
Given user "participant1" exists
And user "participant2" exists

2
tests/integration/features/chat/poll.feature → tests/integration/features/chat-2/poll.feature

@ -1,4 +1,4 @@
Feature: chat/poll
Feature: chat-2/poll
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/public-read-only.feature → tests/integration/features/chat-2/public-read-only.feature

@ -1,4 +1,4 @@
Feature: chat/public-read-only
Feature: chat-2/public-read-only
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/public.feature → tests/integration/features/chat-2/public.feature

@ -1,4 +1,4 @@
Feature: chat/public
Feature: chat-2/public
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/reaction/react.feature → tests/integration/features/chat-2/reaction.feature

@ -1,4 +1,4 @@
Feature: reaction/react
Feature: chat-2/reaction
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/read-status.feature → tests/integration/features/chat-2/read-status.feature

@ -1,4 +1,4 @@
Feature: public
Feature: chat-2/read-status
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/reference-id.feature → tests/integration/features/chat-2/reference-id.feature

@ -1,4 +1,4 @@
Feature: chat/reference-id
Feature: chat-2/reference-id
Background:
Given user "participant1" exists

2
tests/integration/features/chat/reply.feature → tests/integration/features/chat-2/reply.feature

@ -1,4 +1,4 @@
Feature: chat/reply
Feature: chat-2/reply
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/rich-messages.feature → tests/integration/features/chat-2/rich-messages.feature

@ -1,4 +1,4 @@
Feature: chat/public
Feature: chat-2/rich-messages
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/rich-object-share.feature → tests/integration/features/chat-2/rich-object-share.feature

@ -1,4 +1,4 @@
Feature: chat/public
Feature: chat-2/rich-object-share
Background:
Given user "participant1" exists
Given user "participant2" exists

3
tests/integration/features/chat/search.feature → tests/integration/features/chat-2/search.feature

@ -1,5 +1,4 @@
Feature: chat/search
Feature: chat-2/search
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/system-messages.feature → tests/integration/features/chat-2/system-messages.feature

@ -1,4 +1,4 @@
Feature: System messages
Feature: chat-2/system-messages
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/unread-messages.feature → tests/integration/features/chat-2/unread-messages.feature

@ -1,4 +1,4 @@
Feature: chat/unread-messages
Feature: chat-2/unread-messages
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/delete.feature

@ -1,4 +1,4 @@
Feature: chat/reply
Feature: chat/delete
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/file-share.feature

@ -1,4 +1,4 @@
Feature: chat/public
Feature: chat/file-share
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/chat/message-expiration.feature

@ -1,4 +1,4 @@
Feature: room/message-expiration
Feature: chat/message-expiration
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/command/create.feature

@ -1,4 +1,4 @@
Feature: create
Feature: command/create
Background:
Given user "participant1" exists

2
tests/integration/features/command/user-remove.feature

@ -1,4 +1,4 @@
Feature: User remove
Feature: command/user-remove
Background:
Given user "participant1" exists

4
tests/integration/features/conversation-2/one-to-one.feature

@ -1,4 +1,4 @@
Feature: one-to-one
Feature: conversation-2/one-to-one
Background:
Given user "participant1" exists
Given user "participant2" exists
@ -206,4 +206,4 @@ Feature: one-to-one
| shareapi_restrict_user_enumeration_to_phone | yes |
And user "participant1" creates room "room15" with 403 (v4)
| roomType | 1 |
| invite | participant2 |
| invite | participant2 |

2
tests/integration/features/conversation-2/password-request.feature

@ -1,4 +1,4 @@
Feature: conversation/password-request
Feature: conversation-2/password-request
Background:
Given user "participant1" exists

2
tests/integration/features/conversation-2/promotion-demotion.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/promotion-demotion
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/public-private.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/public-private
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/remove-participant.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/remove-participant
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/remove-self.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/remove-self
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/rename-room.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/rename-room
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/set-description.feature

@ -1,4 +1,4 @@
Feature: set-description
Feature: conversation-2/set-description
Background:
Given user "owner" exists
Given user "moderator" exists

2
tests/integration/features/conversation-2/set-listable.feature

@ -1,4 +1,4 @@
Feature: conversation/set-listable
Feature: conversation-2/set-listable
Background:
Given user "creator" exists
Given user "regular-user" exists

2
tests/integration/features/conversation-2/set-participant-permissions.feature

@ -1,4 +1,4 @@
Feature: set-publishing-permissions
Feature: conversation-2/set-publishing-permissions
Background:
Given user "owner" exists
Given user "moderator" exists

2
tests/integration/features/conversation-2/set-password.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/set-password
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation-2/set-permissions.feature

@ -1,4 +1,4 @@
Feature: set-publishing-permissions
Feature: conversation-2/set-publishing-permissions
Background:
Given user "owner" exists
Given user "moderator" exists

2
tests/integration/features/conversation-2/sip-dialin.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation-2/sip-dialin
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation/add-participant.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation/add-participant
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation/delete-room.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation/delete-room
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation/group-participants.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation/group-participants
Background:
Given user "participant1" exists
Given user "participant2" exists

2
tests/integration/features/conversation/limit-creation.feature

@ -1,4 +1,4 @@
Feature: public
Feature: conversation/limit-creation
Background:
Given user "participant1" exists
Given user "participant2" exists

Loading…
Cancel
Save