From d704fd01b4c69734e6744eccdb55c8926cf6cb3b Mon Sep 17 00:00:00 2001 From: enlineawork Date: Wed, 9 Sep 2026 18:20:24 -0300 Subject: [PATCH] test(F6.1): match the actual Android start button contract --- api-v3/test/unit/f6-1-presentation-ready-contract.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-v3/test/unit/f6-1-presentation-ready-contract.test.ts b/api-v3/test/unit/f6-1-presentation-ready-contract.test.ts index 0b5689e..329346a 100644 --- a/api-v3/test/unit/f6-1-presentation-ready-contract.test.ts +++ b/api-v3/test/unit/f6-1-presentation-ready-contract.test.ts @@ -47,7 +47,7 @@ test('F6.1 presentation keeps Android start, Otro and chronological merge flows assert.match(mobileApi, /inspection-visits\/\{id\}\/start/); assert.match(mobileApi, /field-inventory\/\{assetId\}\/merge/); - assert.match(overview, /Text\("Iniciar inspección"\)/); + assert.match(overview, /"Iniciar inspección"/); assert.match(overview, /Otro \/ no catalogado/); assert.match(viewModel, /repository\.startVisit\(id\)/); assert.match(viewModel, /selectedFieldAsset = repository\.selectFieldAsset\(visitId, result\.canonical\.id\)/);