Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit ab9bc31

Browse files
author
zhangyihui1
committed
add js publish eachOther cases
1 parent 729228c commit ab9bc31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/p2ptest/test-ci.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ describe('P2P JS SDK', function () {
13011301
return waitsFor(function () {
13021302
//check action
13031303
return actorUser2.request["publish_success"] === 1;
1304-
}, undefined, waitInterval)
1304+
}, userName2 + "check action: publish", waitInterval)
13051305
})
13061306
.then(function () {
13071307
return waitsFor(function () {
@@ -1319,8 +1319,6 @@ describe('P2P JS SDK', function () {
13191319
//wait lock
13201320
return detection === true;
13211321
}, userName1 + " remote stream is good", waitInterval)
1322-
}).catch(function () {
1323-
console.log('catch error');
13241322
})
13251323
.then(function () {
13261324
console.log('test end');

0 commit comments

Comments
 (0)