- when handling dismiss of suggestion card, need to check if the dismissed suggestion can actually be removed from the current suggestion list before trying to refresh the list. Change-Id: Ia07b4cb76ef6c61a7d27184c3cba9d99fcc90bb3 Fixes: 76094746 Test: RunSettingsRoboTests
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.