diff --git a/integrationTests/config.js b/integrationTests/config.js index 9ade460d..68e26995 100644 --- a/integrationTests/config.js +++ b/integrationTests/config.js @@ -13,13 +13,13 @@ module.exports = { fqdn: cesFqdn, baseUrl: 'https://' + cesFqdn, jenkinsContextPath: '/jenkins', - username: 'admin', - password: 'adminpw', + username: 'ces-admin', + password: 'ecosystem2016', firstname: 'admin', lastname: 'admin', displayName: 'admin', email: 'ces-admin@cloudogu.com', webdriverType: webdriverType, debug: true, - adminGroup: 'cesAdmin' + adminGroup: 'CesAdministrators' };