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 } ]