protractor.getInstance() -> browser

This commit is contained in:
Vishal Banthia
2015-11-25 02:05:22 +09:00
parent ddc24e5dc5
commit 6ca08d7b90
8 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ module.exports.config = {
params: {
login: {
url: process.env.STF_LOGINURL || process.env.STF_URL ||
'http://localhost:7120',
'http://localhost:7100',
username: process.env.STF_USERNAME || 'test_user',
email: process.env.STF_EMAIL || 'test_user@login.local',
password: process.env.STF_PASSWORD,