Fix GAB problem in ui-ci tests 45/106245/1
authorandre.schmid <andre.schmid@est.tech>
Mon, 20 Apr 2020 07:47:08 +0000 (08:47 +0100)
committerandre.schmid <andre.schmid@est.tech>
Mon, 20 Apr 2020 07:47:08 +0000 (08:47 +0100)
Generic Artifact Browser is failing in tests due
to an assertion problem.

Change-Id: Ib398d04f0a876ae7d531af14e129f0dc6838dd52
Issue-ID: SDC-2903
Signed-off-by: andre.schmid <andre.schmid@est.tech>
ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java

index 348400e..7595cbd 100644 (file)
@@ -45,7 +45,7 @@ public class GAB extends SetupCDTest {
 
     private static final int THREAD_SLEEP_TIME = 1000;
     private static final int MAIN_PAGE_ROWS_SIZE = 2;
-    private static final int MAIN_PAGE_COLUMN_SIZE = 5;
+    private static final int MAIN_PAGE_COLUMN_SIZE = 6;
 
     private String pnfFilePath;
     private String vnfFilePath;