From 08b7a2ec3885191b125afcccec7f662fc1617156 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Wed, 23 Feb 2022 10:48:49 +0100 Subject: test: Fix name of CI asciinema player in perf links handler Signed-off-by: Stefano Brivio --- test/lib/perf_report | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'test/lib/perf_report') diff --git a/test/lib/perf_report b/test/lib/perf_report index 9117046..f1d3ab9 100755 --- a/test/lib/perf_report +++ b/test/lib/perf_report @@ -114,11 +114,10 @@ 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_video, - { startAt: seek, autoplay: true }); + ci_player.dispose(); + ci_player = AsciinemaPlayer.create("/builds/latest/web/ci.cast", + ci_video, + { startAt: seek, autoplay: true }); window.scrollTo({ top: top, behavior: "smooth" }) }, false); -- cgit v1.2.3