From d49b93dc7e77962c143e4798344c8e35ab8a637e Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 13 May 2024 08:43:13 -0700 Subject: Replace e2e tests with Maestro (#3983) * Setup maestro tests and convert some initial tests * Remove detox * Replace all tests with maestro --- jest/test-pds.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jest') diff --git a/jest/test-pds.ts b/jest/test-pds.ts index 1c52d944c..2fe623ca9 100644 --- a/jest/test-pds.ts +++ b/jest/test-pds.ts @@ -114,8 +114,7 @@ export async function createServer( pdsUrl, mocker: new Mocker(testNet, pdsUrl, pic), async close() { - await testNet.pds.server.destroy() - await testNet.plc.server.destroy() + await testNet.close() }, } } -- cgit 1.4.1