• Michael Klimushyn's avatar
    Partial deflaking of abstract_method_smoke_test (#42379) · 29bfb11c
    Michael Klimushyn authored
    1. The platform code to show the keyboard wasn't working on certain
    devices. From my testing it appears to be related to when the code was
    firing. IMM won't show the soft input (or shows and then immediately
    hides it, it's hard to tell) if it's called before the Flutter UI is
    loaded. Change this to instead show the soft keyboard after a message
    from Flutter that main() has been started.
    
    2. A text field was visible in the UI, and the test was run under a
    fuzzer that random tapped portions of the screen. Remove the text field
    so that the fuzzer can't accidentally open the keyboard on its own at a
    random time.
    
    3. The keyboard was left open even after the app was closed. Also toggle
    the input off when the app was closed, so that this test can be ran
    multiple times in succession relatively hermetically.
    29bfb11c
Name
Last commit
Last update
..
abstract_method_smoke_test Loading commit data...
android_embedding_2 Loading commit data...
android_host_app Loading commit data...
android_semantics_testing Loading commit data...
android_splash_screens Loading commit data...
android_views Loading commit data...
channels Loading commit data...
codegen Loading commit data...
external_ui Loading commit data...
flavors Loading commit data...
image_loading Loading commit data...
ios_add2app Loading commit data...
ios_host_app Loading commit data...
ios_host_app_swift Loading commit data...
module_host_with_custom_build Loading commit data...
named_isolates Loading commit data...
platform_interaction Loading commit data...
release_smoke_test Loading commit data...
simple_codegen Loading commit data...
ui Loading commit data...
web Loading commit data...
web_compile_tests Loading commit data...
README.md Loading commit data...