aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2020-04-20 08:47:08 +0100
committerandre.schmid <andre.schmid@est.tech>2020-04-20 08:47:08 +0100
commit3d10111e093b5498e6da654a04016d9ecb9a7281 (patch)
tree7eb081ff7575f6c08d7fad42bd684170d2110f84
parenta0c6e45f2085ba1f26573f5823d37b55268a1191 (diff)
Fix GAB problem in ui-ci tests
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>
-rw-r--r--ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java
index 348400e32e..7595cbdf9a 100644
--- a/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java
+++ b/ui-ci/src/main/java/org/openecomp/sdc/ci/tests/execute/sanity/GAB.java
@@ -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;