Skip to content

Commit

Permalink
fix(audio): syntax error #6
Browse files Browse the repository at this point in the history
  • Loading branch information
rudywaltz committed Feb 27, 2019
1 parent 96df8ae commit 26e8b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/integration/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const expectPlayingAudio = (elem, assert = true) => {
const audible = el[0].duration > 0 && !el[0].paused && !el[0].muted;
expect(audible).to.eq(assert);
})
}


describe('player', () => {
Expand Down

0 comments on commit 26e8b55

Please sign in to comment.