You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and didn't find mine.
Steps to reproduce
importReact,{useState}from'react';import{StripeProvider,PlatformPay,PlatformPayButton}from'@stripe/stripe-react-native';const[publishableKey,setPublishableKey]=useState(null);// initialization, etcrender(){return<StripeProviderpublishableKey={publishableKey}merchantIdentifier="merchant.dev.mobile"// required for Apple Pay><PlatformPayButtonaccessibilityLabel='platformPay'onPress={()=>this.pay()}type={PlatformPay.ButtonType.Order}appearance={PlatformPay.ButtonStyle.Black}/></StripeProvider>;}
appId: dev.mobile.maestro
---
- launchApp
- tapOn: 'platformPay'# it passes
- tapOn: 'Pay with Passcode'
Actual results
Running on iPhone 16 - iOS 18.0 - 0ACD8DAB-D41E-4E20-A147-6820087C8147
║
║ > Flow: test
║
║ ✅ Launch app "dev.mobile.maestro"
║ ✅ Tap on "platformPay"
║ ❌ Tap on "Pay with Passcode"
║
Element not found: Text matching regex: Pay with Passcode
==== Debug output (logs & screenshots) ====
Expected results
Running on iPhone 16 - iOS 18.0 - 0ACD8DAB-D41E-4E20-A147-6820087C8147
║
║ > Flow: test
║
║ ✅ Launch app "dev.mobile.maestro"
║ ✅ Tap on "platformPay"
║ ✅ Tap on "Pay with Passcode"
║
Element not found: Text matching regex: Pay with Passcode
==== Debug output (logs & screenshots) ====
About app
Expo React Native Managed Flow
Using Stripe Pay and Stripe Platform Pay
About environment
java version "17.0.10" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 17.0.10+11-LTS-240)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.10+11-LTS-240, mixed mode, sharing)
macOS 14.6.1 (23G93)
Pro M1 arm64?
Logs
Logs
<!-- Replace this line with your logs. *DO NOT* remove the backticks! -->
Is there an existing issue for this?
Steps to reproduce
Actual results
Running on iPhone 16 - iOS 18.0 - 0ACD8DAB-D41E-4E20-A147-6820087C8147
║
║ > Flow: test
║
║ ✅ Launch app "dev.mobile.maestro"
║ ✅ Tap on "platformPay"
║ ❌ Tap on "Pay with Passcode"
║
Element not found: Text matching regex: Pay with Passcode
==== Debug output (logs & screenshots) ====
Expected results
Running on iPhone 16 - iOS 18.0 - 0ACD8DAB-D41E-4E20-A147-6820087C8147
║
║ > Flow: test
║
║ ✅ Launch app "dev.mobile.maestro"
║ ✅ Tap on "platformPay"
║ ✅ Tap on "Pay with Passcode"
║
Element not found: Text matching regex: Pay with Passcode
==== Debug output (logs & screenshots) ====
About app
Expo React Native Managed Flow
Using Stripe Pay and Stripe Platform Pay
About environment
java version "17.0.10" 2024-01-16 LTS
Java(TM) SE Runtime Environment (build 17.0.10+11-LTS-240)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.10+11-LTS-240, mixed mode, sharing)
macOS 14.6.1 (23G93)
Pro M1 arm64?
Logs
Logs
Maestro version
1.39.2
How did you install Maestro?
install script (https://get.maestro.mobile.dev)
Anything else?
No response
The text was updated successfully, but these errors were encountered: