Skip to content

Commit

Permalink
Fix FC Networking Maestro test (#8312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillh-stripe authored Apr 22, 2024
1 parent 4a092a7 commit bfe97a8
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
---
- startRecording: ${'/tmp/test_results/testmode-paymentintent-testinstitution-networking-' + new Date().getTime()}
- clearState
- openLink: stripeconnectionsexample://playground?flow=PaymentIntent&financial_connections_override_native=native&merchant=networking_testmode&permissions=transactions,payment_method
- openLink: stripeconnectionsexample://playground?flow=PaymentIntent&financial_connections_override_native=native&merchant=networking_testmode&permissions=transactions,payment_method&financial_connections_confirm_intent=true
- tapOn:
id: "Customer email setting"
- inputRandomEmail
Expand Down Expand Up @@ -45,7 +45,9 @@ tags:
- assertVisible: "Your account was connected and saved with Link."
- tapOn:
id: "done_button"
- assertVisible: ".*Intent Confirmed!.*"
- scrollUntilVisible:
element:
text: ".*Intent Confirmed!.*"
###########################################
# REUSE NEWLY CREATED LINK ACCOUNT
###########################################
Expand Down Expand Up @@ -80,5 +82,7 @@ tags:
- assertVisible: "Your account was connected."
- tapOn:
id: "done_button"
- assertVisible: ".*Intent Confirmed!.*"
- scrollUntilVisible:
element:
text: ".*Intent Confirmed!.*"
- stopRecording

0 comments on commit bfe97a8

Please sign in to comment.