From d6913f9ad703b3e20468f2f73a432350b7ca9cef Mon Sep 17 00:00:00 2001 From: bastienwellapp Date: Tue, 28 Apr 2026 18:51:27 +0200 Subject: [PATCH] fix: update blueprint for postman --- ai-connector/postman/postman.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ai-connector/postman/postman.json b/ai-connector/postman/postman.json index 7211c9e..1353d03 100644 --- a/ai-connector/postman/postman.json +++ b/ai-connector/postman/postman.json @@ -29,7 +29,7 @@ "value": "a[href*='pay.postman.com/invoices/view']" }, { - "strategy": "css", + "strategy": "href-pattern", "value": "a[href*='invoice_public_id']" } ], @@ -58,9 +58,13 @@ { "action": "waitForNetworkIdle" }, + { + "action": "wait", + "seconds": 3 + }, { "action": "checkAuth", - "authSelector": "section[aria-label*='invoice-list']", + "authSelector": "section[aria-label*='invoice']", "timeout": 15000 } ]