SeekBarPreference is set to unselectable in change Ie5d819088dc3c435005ddd00e232b2f6992b234a Update the test accordingly. Bug: 230553896 Test: robotest Change-Id: Ia024b81e3f8e3808b0bb1e48c41a84d0ececaa85
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.