Flutter_Pinput icon indicating copy to clipboard operation
Flutter_Pinput copied to clipboard

I have issue with test cases on pinput widget

Open yroza opened this issue 1 year ago • 7 comments

Describe the bug I implemented patrol(https://patrol.leancode.co/) package for perform the integration testing in my current project. when I write the test cases for test the Pinput widget so I am not able to enter text in Pinput widget.

Screenshots Here is my code for test the pinput widget image

Pinput version: [e.g. 1.1.10]

Result of: flutter doctor --verbose

Flutter (Channel stable, 3.7.4, on macOS 13.3.1 22E772610a darwin-arm64, locale en-IN) • Flutter version 3.7.4 on channel stable at /Users/yash/Documents/FlutterSdk/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision b4bce91dd0 (4 months ago), 2023-02-21 09:50:50 +0800 • Engine revision 248290d6d5 • Dart version 2.19.2 • DevTools version 2.20.1

[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) • Android SDK at /Users/yash/Library/Android/sdk • Platform android-33, build-tools 33.0.0 • ANDROID_HOME = /Users/yash/Users/yash/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 14.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14E222b • CocoaPods version 1.11.3

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)

[✓] VS Code (version 1.78.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.66.0

[✓] Connected device (3 available) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 13 (API 33) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 13.3.1 22E772610a darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 114.0.5735.106

[✓] HTTP Host Availability • All required HTTP hosts are available

• No issues found!

Result of: patrol doctor

Patrol CLI version: 1.1.10 Program adb found in /Users/yash/Library/Android/sdk/platform-tools/adb Env var $ANDROID_HOME set to /Users/yash/Users/yash/Library/Android/sdk Program xcodebuild found in /usr/bin/xcodebuild Program ideviceinstaller found in /Users/yash/homebrew/bin/ideviceinstaller Program ios-deploy found in /Users/yash/homebrew/bin/ios-deploy

Smartphone (please complete the following information):

  • Device: [e.g. emulator-5554]
  • OS: [e.g. Android 13]

Additional context when I run the patrol develop command then I got this result image

yroza avatar Jun 08 '23 07:06 yroza