blob: 6974cc7f6db414178af0df530b9bdf3a72228346 [file] [log] [blame]
Testing the WatchOSMediaControls layout.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
With controls at their default state (paused) only the play button is showing.
PASS mediaControls.children is [mediaControls.playButton]
With controls at pending state, only the activity indicator is showing.
PASS mediaControls.children is [mediaControls.activityIndicator]
With controls at invalid state, only the invalid icon is showing.
PASS mediaControls.children is [mediaControls.invalidButton]
PASS successfullyParsed is true
TEST COMPLETE