extra line delete for js coverage test 42/104542/1
authorHenry.Sun <henry.a.sun@est.tech>
Fri, 27 Mar 2020 02:39:43 +0000 (10:39 +0800)
committerHenry.Sun <henry.a.sun@est.tech>
Fri, 27 Mar 2020 02:40:30 +0000 (10:40 +0800)
Issue-ID: POLICY-2311
Change-Id: I1961d9fac8c1a11e599034ed2c6cf8f1c4a799ee
Signed-off-by: Henry.Sun <henry.a.sun@est.tech>
gui-pdp-monitoring/src/webapp/js/__test__/PdpListView.test.js

index 6152ac0..3d38be9 100644 (file)
@@ -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