stabilize some e2e cloud (#5701)

* stabilize some e2e cloud

* Update protractor.conf.ts

* Update protractor.conf.ts

* improve some other test

* fix
This commit is contained in:
Eugenio Romano
2020-05-14 09:42:40 +01:00
committed by GitHub
parent bf729f60a2
commit c26b8e046c
9 changed files with 48 additions and 32 deletions

View File

@@ -19,7 +19,7 @@ const projectRoot = path.resolve(__dirname);
const width = 1657, height = 1657;
let ENV_FILE = process.env.ENV_FILE;
let GROUP_SUFFIX = process.env.PREFIX;
let GROUP_SUFFIX = process.env.PREFIX || 'adf';
RESOURCES.ACTIVITI_CLOUD_APPS = ACTIVITI_CLOUD_APPS;
if (ENV_FILE) {