Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SuperTextField mobile text entry tests #620

Closed
matthew-carroll opened this issue Jun 16, 2022 · 1 comment · Fixed by #729
Closed

Add SuperTextField mobile text entry tests #620

matthew-carroll opened this issue Jun 16, 2022 · 1 comment · Fixed by #729

Comments

@matthew-carroll
Copy link
Contributor

matthew-carroll commented Jun 16, 2022

SuperTextField has a number of desktop text input tests, but doesn't have any mobile text entry tests. Add tests for mobile text entry.

Testing SuperTextField mobile behavior requires simulated IME text input.

Create an IME simulator and prove it's functionality by writing a handful of Android and iOS SuperTextField user interaction tests.

Use IME simulator to write smoke tests for Android and iOS text entry (also expand smoke tests to include things like deleting content back to empty, selecting and deleting a word, a paragraph, etc.)

@matthew-carroll matthew-carroll self-assigned this Jun 16, 2022
@matthew-carroll matthew-carroll changed the title Create an IME simulator Add SuperTextField mobile text entry tests Jun 16, 2022
@matthew-carroll
Copy link
Contributor Author

This ticket is blocked waiting for flutter_test_robots to add IME simulation: Flutter-Bounty-Hunters/flutter_test_robots#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment