From 8b0c94492906d7db528af73834c0d2299b8eb382 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 15 Nov 2019 10:07:12 +0000 Subject: Fix to stabilize sanity ui test suite Fix the selection of the Resource Composition screen. Fix the search for a Resource in the home screen. Refactor some related classes, mainly removing exceptions not thrown, correcting typos, removing unused/commented code, fixing SonarQube issues. Improve the logs and report logs. Change-Id: I89b5a0d89652367520cededa6744831492bbbaba Issue-ID: SDC-2648 Signed-off-by: andre.schmid --- .../ci/testSuites/devOnboardE2EOneFileSanity.xml | 2 +- .../resources/ci/testSuites/extendedSanity.xml | 2 +- .../main/resources/ci/testSuites/onapUiSanity.xml | 43 +++++++++++---------- .../ci/testSuites/vspValidationAllFlows.xml | 44 +++++++++++----------- 4 files changed, 45 insertions(+), 46 deletions(-) (limited to 'ui-ci/src/main/resources/ci/testSuites') diff --git a/ui-ci/src/main/resources/ci/testSuites/devOnboardE2EOneFileSanity.xml b/ui-ci/src/main/resources/ci/testSuites/devOnboardE2EOneFileSanity.xml index 8802e9f8ef..acf4be4be3 100644 --- a/ui-ci/src/main/resources/ci/testSuites/devOnboardE2EOneFileSanity.xml +++ b/ui-ci/src/main/resources/ci/testSuites/devOnboardE2EOneFileSanity.xml @@ -4,7 +4,7 @@ - + diff --git a/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml index 1e295a2793..00b98c9f23 100644 --- a/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml +++ b/ui-ci/src/main/resources/ci/testSuites/extendedSanity.xml @@ -7,7 +7,7 @@ - + diff --git a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml index 3945088218..245524d0e8 100644 --- a/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml +++ b/ui-ci/src/main/resources/ci/testSuites/onapUiSanity.xml @@ -1,34 +1,33 @@ - + - + - - - - - + + + + + - - - - - + + + + + - - - - - - + + + + + + - - - - \ No newline at end of file + + diff --git a/ui-ci/src/main/resources/ci/testSuites/vspValidationAllFlows.xml b/ui-ci/src/main/resources/ci/testSuites/vspValidationAllFlows.xml index f159548fc2..71677a95a5 100644 --- a/ui-ci/src/main/resources/ci/testSuites/vspValidationAllFlows.xml +++ b/ui-ci/src/main/resources/ci/testSuites/vspValidationAllFlows.xml @@ -1,23 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit