blob: b312eb2458d292709fafe2bb7ff96f5bb8e10c70 [file] [log] [blame]
Testing the CompactMediaControls 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