- Update defend tips card to unclickable - Update secondary button's action and content description screenshot: https://screenshot.googleplex.com/BYU8Mh5abJ9Tirh.png Bug: 243769797 Bug: 243641857 Bug: 244219076 Test: make SettingsRoboTests Change-Id: I7fdf5f7404d33f0374a992c83a7653a01b9f11bc
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.