Skip to content

Commit

Permalink
test(player): render title #7
Browse files Browse the repository at this point in the history
  • Loading branch information
rudywaltz committed Mar 10, 2019
1 parent 741d4c9 commit 31ba616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('player', () => {
it('render song url', () => {
cy
.get('#player .player__title')
.contains('/jezusesajelzoraketa.mp3')
.contains('Jézus és a jelzőrakéta')
});

it('render song duration', () => {
Expand Down

0 comments on commit 31ba616

Please sign in to comment.