test: Fix name of CI asciinema player in perf links handler
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
@@ -114,9 +114,8 @@ for (var i = 0; i < perf_links.length; i++) {
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
ci_video_player.dispose();
|
||||
ci_video_player = AsciinemaPlayer.create(
|
||||
"/builds/latest/web/ci.cast",
|
||||
ci_player.dispose();
|
||||
ci_player = AsciinemaPlayer.create("/builds/latest/web/ci.cast",
|
||||
ci_video,
|
||||
{ startAt: seek, autoplay: true });
|
||||
|
||||
|
Reference in New Issue
Block a user