blob: e59ccc9f6233bcf518f162381283da9b08cb7f8e [file] [log] [blame]
Testing the PlaybackSupport behavior by clicking on the play/pause button.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Media is playing
PASS mediaController.controls.playPauseButton.playing is true
Pressing on the play/pause button
Media is paused
PASS mediaController.controls.playPauseButton.playing is false
Pressing on the play/pause button
Media is playing
PASS mediaController.controls.playPauseButton.playing is true
PASS successfullyParsed is true
TEST COMPLETE