Skip to content

Commit 5338d1e

Browse files
committed
Merge branch 'nightwatch-bu-TRA' into nightwatch-app-accessibility
2 parents 835daf6 + a7f66fd commit 5338d1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nightwatch/globals.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@ module.exports = {
551551
},
552552

553553
async afterChildProcess() {
554+
555+
await helper.shutDownRequestHandler();
554556
if (testEventPromises.length > 0) {
555557
await Promise.all(testEventPromises);
556558
testEventPromises.length = 0; // Clear the array

0 commit comments

Comments
 (0)