mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(tests): Avoid error after tests.
In newer versions of wdio this is handled, but now in case of error at this level the test is missing from the result xmls.
This commit is contained in:
@@ -221,11 +221,8 @@ export const config: WebdriverIO.MultiremoteConfig = {
|
||||
after() {
|
||||
const { ctx }: any = global;
|
||||
|
||||
if (ctx?.webhooksProxy) {
|
||||
ctx.webhooksProxy.disconnect();
|
||||
}
|
||||
|
||||
ctx.keepAlive?.forEach(clearInterval);
|
||||
ctx?.webhooksProxy?.disconnect();
|
||||
ctx?.keepAlive?.forEach(clearInterval);
|
||||
},
|
||||
|
||||
beforeSession(c, capabilities, specs, cid) {
|
||||
|
||||
Reference in New Issue
Block a user