From f35ab67cfcea32d1fc38b64d7297ab382f8bf429 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Thu, 12 Dec 2024 17:25:44 -0300 Subject: [PATCH] Point to mobile.qa.rocket.chat --- .circleci/config.yml | 2 +- e2e/data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f2db51e3f..f894a339cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -364,7 +364,7 @@ commands: steps: - run: command: | - echo $E2E_ACCOUNT | base64 --decode > ./e2e_account.ts + echo $E2E_ACCOUNT_NEW | base64 --decode > ./e2e_account.ts working_directory: e2e version: 2.1 diff --git a/e2e/data.ts b/e2e/data.ts index 9e0c93c061..9643144497 100644 --- a/e2e/data.ts +++ b/e2e/data.ts @@ -14,7 +14,7 @@ export type TDataKeys = keyof TData; export type TDataChannels = keyof typeof data.channels; const data = { - server: 'https://mobile.rocket.chat', + server: 'https://mobile.qa.rocket.chat', alternateServer: 'https://stable.rocket.chat', ...account, channels: {