Skip to content

Commit

Permalink
Chore: Removing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Aug 24, 2022
1 parent 7c3f383 commit 80d79ef
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 249 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ jobs:
env:
MONGO_URL: 'mongodb://host.docker.internal:27017/rocketchat?replicaSet=rs0&directConnection=true'
MONGO_OPLOG_URL: 'mongodb://mongodb:27017/local?replicaSet=rs0&directConnection=true'
VOIP_MANAGEMENT_SERVER_PWD: ${{ secrets.VOIP_MANAGEMENT_SERVER_PWD }}
run: |
export LOWERCASE_REPOSITORY=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
Expand Down Expand Up @@ -447,7 +446,6 @@ jobs:
DOCKER_TAG: ${{ needs.release-versions.outputs.gh-docker-tag }}
TRANSPORTER: nats://nats:4222
ENTERPRISE_LICENSE: ${{ secrets.ENTERPRISE_LICENSE }}
VOIP_MANAGEMENT_SERVER_PWD: ${{ secrets.VOIP_MANAGEMENT_SERVER_PWD }}
run: |
export LOWERCASE_REPOSITORY=$(echo "${{ github.repository_owner }}" | tr "[:upper:]" "[:lower:]")
Expand Down
176 changes: 0 additions & 176 deletions apps/meteor/tests/e2e/omnichannel-voip-footer.spec.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/tests/e2e/page-objects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ export * from './omnichannel-agents';
export * from './omnichannel-departments';
export * from './omnichannel-current-chats';
export * from './omnichannel-livechat';
export * from './omnichannel-section';
export * from './omnichannel-voip-footer';
export * from './omnichannel-dialpad-modal';
21 changes: 0 additions & 21 deletions apps/meteor/tests/e2e/page-objects/omnichannel-dialpad-modal.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/meteor/tests/e2e/page-objects/omnichannel-section.ts

This file was deleted.

25 changes: 0 additions & 25 deletions apps/meteor/tests/e2e/page-objects/omnichannel-voip-footer.ts

This file was deleted.

1 change: 0 additions & 1 deletion docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ services:
- 'TRANSPORTER=${TRANSPORTER}'
- MOLECULER_LOG_LEVEL=info
- 'ROCKETCHAT_LICENSE=${ENTERPRISE_LICENSE}'
- 'OVERWRITE_SETTING_VoIP_Management_Server_Password=${VOIP_MANAGEMENT_SERVER_PWD}'
extra_hosts:
- 'host.docker.internal:host-gateway'
depends_on:
Expand Down

0 comments on commit 80d79ef

Please sign in to comment.