From: Henry.Sun Date: Fri, 27 Mar 2020 02:39:43 +0000 (+0800) Subject: extra line delete for js coverage test X-Git-Tag: 6.0.0-ONAP~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b15481786a3f140238e2963dfc481a199d201d3c;p=policy%2Fgui.git extra line delete for js coverage test Issue-ID: POLICY-2311 Change-Id: I1961d9fac8c1a11e599034ed2c6cf8f1c4a799ee Signed-off-by: Henry.Sun --- diff --git a/gui-pdp-monitoring/src/webapp/js/__test__/PdpListView.test.js b/gui-pdp-monitoring/src/webapp/js/__test__/PdpListView.test.js index 6152ac0..3d38be9 100644 --- a/gui-pdp-monitoring/src/webapp/js/__test__/PdpListView.test.js +++ b/gui-pdp-monitoring/src/webapp/js/__test__/PdpListView.test.js @@ -59,6 +59,5 @@ test("render pdp list", () => { test("high light selected", () => { PdpListView.highlightSelected(1); - console.log(document.querySelector(`.pdps__link[href*="${1}"]`)); expect(document.querySelector(`.pdps__link[href*="${1}"]`)).toBeDefined(); }) \ No newline at end of file