Skip to content

Commit

Permalink
Merge branch 'feature/SHIBUI-1281-QA' into feature/SHIBUI-1311-QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Smith committed Jul 19, 2019
2 parents 9858569 + ba59d6b commit 595c2a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}
steps {
sh '''
./gradlew integrationTest
./gradlew integrationTest -Dselenium.host=jenkins
'''
}
post {
Expand Down
4 changes: 2 additions & 2 deletions backend/src/integration/resources/SHIBUI-1281.side
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 595c2a9

Please sign in to comment.