From 9428865890408ed024a3475f6f31cb6be6a43ac6 Mon Sep 17 00:00:00 2001 From: Pedro Silva Date: Mon, 9 Jan 2023 15:33:05 +0000 Subject: [PATCH] Add todo comment --- qa-core/src/config/internal-api/TestConfiguration/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/qa-core/src/config/internal-api/TestConfiguration/index.ts b/qa-core/src/config/internal-api/TestConfiguration/index.ts index 9c5e7e7d87..71436f2319 100644 --- a/qa-core/src/config/internal-api/TestConfiguration/index.ts +++ b/qa-core/src/config/internal-api/TestConfiguration/index.ts @@ -38,6 +38,7 @@ export default class TestConfiguration { async loginAsAdmin() { await this.auth.login(process.env.BB_ADMIN_USER_EMAIL, process.env.BB_ADMIN_USER_PASSWORD) } + // TODO: add logic to setup or login based in env variables async setupAccountAndTenant() { const account = generateAccount()