diff --git a/ui-e2e/User.js b/ui-e2e/User.js index a56bfe38..ec26ae01 100644 --- a/ui-e2e/User.js +++ b/ui-e2e/User.js @@ -6,7 +6,6 @@ class User { constructor(driver, obj) { try { this.driver = driver; - console.log(obj) this.account = obj.account; this.privateKey = obj.privateKey; this.networkID = obj.networkID; diff --git a/ui-e2e/Utils.js b/ui-e2e/Utils.js index 00f17c01..ccdf55d0 100644 --- a/ui-e2e/Utils.js +++ b/ui-e2e/Utils.js @@ -8,7 +8,7 @@ class Utils { return { account: user.address, privateKey: user.privateKey, - networkID: homeRPC.homeNetworkID + networkID: homeRPC.ID } } @@ -16,7 +16,7 @@ class Utils { return { account: user.address, privateKey: user.privateKey, - networkID: foreignRPC.foreignNetworkID + networkID: foreignRPC.ID } }