You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/spec/javascripts/player/hud_view_spec.js.coffee

16 lines
410 B
CoffeeScript

describe 'AsciiIo.HudView', ->
describe 'constructor', ->
it 'creates child elements', ->
describe 'play/pause button', ->
it 'triggers hud-play-click when click is fired', ->
describe 'progress bar', ->
it 'triggers hud-seek-click when click is fired', ->
describe 'fullscreen toggle', ->
it 'triggers hud-fullscreen-click when click is fired', ->
# describe 'time display', ->