• pdblasi-google's avatar
    Adds API for performing semantics actions in tests (#132598) · 52a1a318
    pdblasi-google authored
    * Added `performAction` to `SemanticsController` as well as specific methods for specific actions
    * Added a `scrollable` finder to `find.semantics` as a convenience method for `findAny(<all scrollable actions>)`
    * Updated `containsSemantics` and `matchSemantics` matchers to also work on `FinderBase<Semantics>`
    
    Closes #112413
    52a1a318
controller_test.dart 51.1 KB