MCPcopy
hub / github.com/signalapp/Signal-Desktop / close

Method close

ts/test-mock/playwright.node.ts:188–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 public async close(): Promise<void> {
189 try {
190 await this.#checkForFatalTestErrors();
191 } finally {
192 await this.#app.close();
193 }
194 }
195
196 public async getWindow(): Promise<Page> {
197 return this.#app.firstWindow();

Callers 15

teardownMethod · 0.45
linkAndCloseMethod · 0.45
mochaGlobalSetupFunction · 0.45
story_test.node.tsFile · 0.45
edit_test.node.tsFile · 0.45

Calls 1

Tested by

no test coverage detected