From 3b78fa2aeb6c69efb86c68ba5f6c7d7efccfb024 Mon Sep 17 00:00:00 2001 From: Panagiotis Karalis Date: Tue, 5 Mar 2019 14:43:27 +0200 Subject: Add skipped TCs in the portal's result report Since the dovetail supports the 'SKIP' verdict for the results, the OVP portal should be updated in order to collect and display the skipped testcases and sub-testcases properly. The report of results has been improved, so that a third column is introduced for skipped results (Passed, Skipped, Not Passed). JIRA: DOVETAIL-765 Change-Id: Ia1a0d8bd732814137e495dc4c6ef5ebb0ef0ed73 Signed-off-by: Panagiotis Karalis --- 3rd_party/static/testapi-ui/components/home/homeController.js | 1 - 1 file changed, 1 deletion(-) (limited to '3rd_party/static/testapi-ui/components/home') diff --git a/3rd_party/static/testapi-ui/components/home/homeController.js b/3rd_party/static/testapi-ui/components/home/homeController.js index bed86ab..02d2650 100644 --- a/3rd_party/static/testapi-ui/components/home/homeController.js +++ b/3rd_party/static/testapi-ui/components/home/homeController.js @@ -50,7 +50,6 @@ } ctrl.getCompany = function(row){ - //console.log(row) $state.go('directory', {'companyID': row.organization_name, 'logo': row.company_logo}); } -- cgit 1.2.3-korg