From d7bf75a3f8d407c16c6edcd2a5c83e47e3ab3a5a Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 18 Jul 2019 14:54:32 -0700 Subject: [PATCH 1/4] SHIBUI-1281 Attempt at setting the hostname to run the selenium tests ogainst. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 936f73c2c..92240d9a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { } steps { sh ''' - ./gradlew integrationTest + ./gradlew integrationTest -Dselenium.host=jenkins ''' } post { From 27cdd8a108ff39f2d522741d805f2c612eea53bd Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Fri, 19 Jul 2019 11:09:53 -0700 Subject: [PATCH 2/4] SHITUI-1281 Attempt at fixing the jenkins build. --- backend/src/integration/resources/SHIBUI-1281.side | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index 84a4536d8..7503ce5aa 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -1740,7 +1740,7 @@ }, { "id": "4e0fa4f5-817f-41fb-9885-60f37b699436", "comment": "", - "command": "waitForElementPresent", + "command": "waitForElementVisible", "target": "css=.badge-success", "targets": [ ["css=tr > .text-right", "css:finder"], From f4f4aecd81863f3fc462cb4a2b180bef71cf40da Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Fri, 19 Jul 2019 11:21:48 -0700 Subject: [PATCH 3/4] SHIBUI-1281 Bumped up the wait time to see if that helps Jenkins. --- backend/src/integration/resources/SHIBUI-1281.side | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index 7503ce5aa..9262d674a 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -1747,7 +1747,7 @@ ["xpath=//td[5]", "xpath:position"], ["xpath=//td[contains(.,'Enabled')]", "xpath:innerText"] ], - "value": "3000" + "value": "30000" }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "", From ba59d6b4df874dfbb236aac5ca5e13acb70c5e96 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Fri, 19 Jul 2019 13:25:40 -0700 Subject: [PATCH 4/4] SHIBUI-1281 Dropped wait time from 30s to 10s. --- backend/src/integration/resources/SHIBUI-1281.side | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index 9262d674a..ba84ab674 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -1747,7 +1747,7 @@ ["xpath=//td[5]", "xpath:position"], ["xpath=//td[contains(.,'Enabled')]", "xpath:innerText"] ], - "value": "30000" + "value": "10000" }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "",