blob: a11c27cae3a7a2ffd74225f22ea2000992b74d64 [file] [log] [blame]
RUN(internals.settings.setShouldManageAudioSessionCategory(true))
RUN(audio.autoplay = true)
RUN(audio.src = findMediaFile("audio", "../../../media/content/test"))
EVENT(playing)
EXPECTED (internals.audioSessionCategory() == 'MediaPlayback') OK
END OF TEST