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 { diff --git a/backend/src/integration/resources/SHIBUI-1281.side b/backend/src/integration/resources/SHIBUI-1281.side index 84a4536d8..ba84ab674 100644 --- a/backend/src/integration/resources/SHIBUI-1281.side +++ b/backend/src/integration/resources/SHIBUI-1281.side @@ -1740,14 +1740,14 @@ }, { "id": "4e0fa4f5-817f-41fb-9885-60f37b699436", "comment": "", - "command": "waitForElementPresent", + "command": "waitForElementVisible", "target": "css=.badge-success", "targets": [ ["css=tr > .text-right", "css:finder"], ["xpath=//td[5]", "xpath:position"], ["xpath=//td[contains(.,'Enabled')]", "xpath:innerText"] ], - "value": "3000" + "value": "10000" }, { "id": "ba9fb8e8-d332-45bd-accd-703284744136", "comment": "",