Skip to content

Commit ac5abc5

Browse files
committed
fix: tighten confirm_purchase regex to match Test.*Purchase
Made-with: Cursor
1 parent fa2f0e8 commit ac5abc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/maestro/utils/confirm_purchase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ appId: com.revenuecat.automatedsdktests
44
name: Confirm purchase - Test Store Purchase Alert
55

66
---
7-
- assertVisible: "Test.*[Pp]urchase"
7+
- assertVisible: "Test.*Purchase"
88
- tapOn:
99
text: "(?i)test valid purchase"

0 commit comments

Comments
 (0)