Skip to content

Commit

Permalink
Fixed Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Feb 6, 2024
1 parent 18a17e3 commit 0b84019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpunit/Players_Controller_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function test_player_controller_html_player_method() {
'<span class="screen-reader-text">Play Episode</span>',
'<button title="Pause" class="pause-btn hide">',
'<span class="screen-reader-text">Pause Episode</span>',
'/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg" class="ssp-loader hide"/>',
'/wp-content/plugins/seriously-simple-podcasting/assets/css/images/player/images/icon-loader.svg" alt="Loading" class="ssp-loader hide"/>',
sprintf( '<audio preload="none" class="clip clip-%s">', $episode_id ),
'<div class="ssp-progress" role="progressbar" title="Seek">',
'<span class="progress__filled"></span>',
Expand Down

0 comments on commit 0b84019

Please sign in to comment.