OLD | NEW |
| (Empty) |
1 This sample app is our main test harness right now. | |
2 | |
3 Follow these steps to make sure everything works, comparing the | |
4 results to earlier builds: | |
5 | |
6 1. Load the app | |
7 2. Scroll down and up. | |
8 3. Fling down. | |
9 4. Fling up. Verify that it bounces at the top. | |
10 5. Tap on rows. Make sure they get ink splashes. | |
11 6. Open the drawer. | |
12 7. Slide the drawer in and out. | |
13 8. Check that you can change the radio buttons. | |
14 9. Check for ink splashes on each row but not in the header. | |
15 10. Check that you can't scroll the list with the drawer out. | |
16 11. Close the drawer. | |
17 12. Open the menu. | |
18 13. Check the checkbox. | |
19 14. Open the menu. Verify the checkbox is checked. | |
20 15. Tap another menu item. | |
21 16. Hit search. | |
22 17. Type a query like "XXI". | |
23 18. Dismiss the keyboard. | |
24 19. Scroll the list. Verify that you can't overscroll. | |
25 20. Tap the search bar. Verify the keyboard comes back. | |
26 21. Switch to the voice keyboard. Verify that that keyboard works. | |
27 22. Hit the back button. | |
28 23. Verify that the floating action button gets ink splashes. | |
29 | |
30 These steps carefully avoid known bugs. See: | |
31 https://github.com/domokit/mojo/labels/stock%20demo | |
OLD | NEW |