Add todo comment
This commit is contained in:
parent
e8ff068dae
commit
9428865890
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue