(type, values)
| 300 | } |
| 301 | |
| 302 | waitForConsoleOutput(type, values) { |
| 303 | const desc = `Console output matching ${JSON.stringify(values)}`; |
| 304 | return this.waitForNotification( |
| 305 | (notification) => this._matchesConsoleOutputNotification(notification, |
| 306 | type, values), |
| 307 | desc); |
| 308 | } |
| 309 | |
| 310 | async runToCompletion() { |
| 311 | console.log('[test]', 'Verify node waits for the frontend to disconnect'); |
no test coverage detected