Skip to content

Commit cc1f427

Browse files
committed
Removed dummy browser pause
1 parent 15aa04a commit cc1f427

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/service/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,5 @@ export default class DevToolsHookService implements Services.ServiceInstance {
196196
const traceFilePath = path.join(outputDir, `wdio-trace-${this.#browser.sessionId}.json`)
197197
await fs.writeFile(traceFilePath, JSON.stringify(traceLog))
198198
log.info(`DevTools trace saved to ${traceFilePath}`)
199-
await this.#browser.pause(1000 * 60 * 5)
200-
}
199+
}
201200
}

0 commit comments

Comments
 (0)