Add todo comment

This commit is contained in:
Pedro Silva 2023-01-09 15:33:05 +00:00
parent e8ff068dae
commit 9428865890
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ export default class TestConfiguration<T> {
async loginAsAdmin() {
await this.auth.login(<string>process.env.BB_ADMIN_USER_EMAIL, <string>process.env.BB_ADMIN_USER_PASSWORD)
}
// TODO: add logic to setup or login based in env variables
async setupAccountAndTenant() {
const account = generateAccount()