The isLaunched() function return true when manualy close browser which expected to false. Call to goto will throw en error. Suggest add connection check.
isLaunched(): boolean { return this.browser !== null && this.browser.isConnected() || this.isPersistentContext || this.pages.length > 0; }