From 2d230912d2bbab778b04a0bbcc0da3d560099104 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Tue, 3 Oct 2017 18:43:38 +0300 Subject: Remove icon from sanity tests report Remove icon from sanity tests report Change-Id: Ia4f3300dd2a993c5c27e57834d07f9999009e5b6 Issue-Id: SDC-433 Signed-off-by: Yuli Shlosberg --- .../main/java/org/openecomp/sdc/ci/tests/api/ExtentManager.java | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'test-apis-ci/src') diff --git a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/api/ExtentManager.java b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/api/ExtentManager.java index ae16f7406e..335b787430 100644 --- a/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/api/ExtentManager.java +++ b/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/api/ExtentManager.java @@ -40,12 +40,7 @@ public class ExtentManager { private static ExtentReports extent; private static ExtentHtmlReporter htmlReporter; private static ExtentXReporter extentxReporter; - private static final String icon = "$(document).ready(function() {" +"\n"+ - "$('.brand-logo').html('').prepend(\"\").width(\"120px\").css(\"float\",\"left\").css(\"padding-left\",\"0\");$('.report-name').css(\"font-weight\",\"bold\");"+"\n"+ -// "$('.logo-content' ).remove();"+"\n"+ -// "$('#slide-out li:first-child').on('click', function(){ $('#charts-row').hide() }) ; $('#slide-out li:last-child').on('click', function(){ $('#charts-row').show() });"+"\n"+ -// "$('.charts div:nth-child(2)').remove();"+"\n"+ - "})"; + public enum suiteNameXml { @@ -150,7 +145,7 @@ public class ExtentManager { // htmlReporter.config().setReportName(AutomationUtils.getATTVersion()); htmlReporter.config().setReportName("SDC Automation Report"); htmlReporter.config().setChartVisibilityOnOpen(false); - htmlReporter.config().setJS(icon); +// htmlReporter.config().setJS(icon); return htmlReporter; } -- cgit 1.2.3-korg