Skip to content

Commit

Permalink
test: 更新使用的测试ID
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Aug 4, 2024
1 parent 082b2c7 commit 7c9e87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/48tools/src/services/weibo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export async function requestPcLiveJson(liveId: string): Promise<PcLiveJson> {
}
});

console.log(res);

return res.body;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/test/src/tests/weibo/weiboLive.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function callback(): void {
await setFFmpegPath(app);
await testIdClick(app, 'weibo-live-link');
await app.win.click('#liveValue');
await app.win.keyboard.type('1022:2321325021334517186741');
await app.win.keyboard.type('1022:2321325062308580950486');

const antBtn: Locator = await app.win.locator('.ant-btn');

Expand Down

0 comments on commit 7c9e87d

Please sign in to comment.