1
This commit is contained in:
parent
33090b2880
commit
1b5450d505
@ -102,7 +102,6 @@ class TestCase {
|
|||||||
async step3() {
|
async step3() {
|
||||||
await this.relationWs.init();
|
await this.relationWs.init();
|
||||||
await this.relationWs.connect();
|
await this.relationWs.connect();
|
||||||
/*
|
|
||||||
this.relationWs.on('connect', () => {
|
this.relationWs.on('connect', () => {
|
||||||
console.log('relation onConnect');
|
console.log('relation onConnect');
|
||||||
this.relationWs.accountId = this.loginData['account_id'];
|
this.relationWs.accountId = this.loginData['account_id'];
|
||||||
@ -111,7 +110,7 @@ class TestCase {
|
|||||||
account_id: this.loginData['account_id'],
|
account_id: this.loginData['account_id'],
|
||||||
session_id: this.loginData['session_id'],
|
session_id: this.loginData['session_id'],
|
||||||
});
|
});
|
||||||
});*/
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user