diff --git a/pykat/testing/web/templates/finesse_test.html b/pykat/testing/web/templates/finesse_test.html index 380af2ed2765179eb7b3e6afa036cc89f4d00d34..f2ada1300cf022a7f138d77b0efcb44d0dda35d9 100644 --- a/pykat/testing/web/templates/finesse_test.html +++ b/pykat/testing/web/templates/finesse_test.html @@ -269,7 +269,7 @@ "fnCreatedCell": function (nTd, sData, oData, iRow, iCol) { console.log(oData["test_id"]); var a = $('<input type="button" style="margin: 0" value="View report"></input>').click(function () { - window.location = "/finesse/view/" + oData["test_id"] + "/" + window.open("/finesse/view/" + oData["test_id"] + "/", "_blank"); }); var b = $('<input type="button" style="margin: 0" value="Rerun test"></input>').click( function () {