Skip to content

Commit

Permalink
SHIBUI-1440
Browse files Browse the repository at this point in the history
More test tweaks.
Also backed out a change in gradle.properties
  • Loading branch information
Bill Smith committed Oct 22, 2019
1 parent ed7f3be commit 56d680d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
30 changes: 29 additions & 1 deletion backend/src/integration/resources/SHIBUI-1335-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,13 @@
["xpath=//a[contains(.,'Add Filter')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "32c13864-5b11-4316-a27b-fd0042328924",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "094ce013-936c-4479-9c5b-ba26db4d05c9",
"comment": "",
Expand All @@ -586,6 +593,13 @@
"target": "name=type",
"targets": [],
"value": "label=NameIDFormat"
}, {
"id": "c2598572-19aa-49d9-b336-f486a73e2579",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "471c00e2-52d8-4cf7-a071-00b50c98bf9e",
"comment": "",
Expand All @@ -606,6 +620,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Name ID Filter"
}, {
"id": "4cc11ab2-b8e3-4669-ad58-9c8e9664a8de",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "ec49b089-a390-4cff-904f-363d3a57cb76",
"comment": "",
Expand All @@ -619,11 +640,18 @@
["xpath=//button[contains(.,'Entity ID')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "7f746a0d-6006-4749-aa61-56b08b48c4fd",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "56abaabc-0c96-428c-9070-62a79ba90c6c",
"comment": "",
"command": "click",
"target": "linkText=Entity ID",
"target": "css=.show > .dropdown-item:nth-child(1)",
"targets": [
["linkText=Entity ID", "linkText"],
["css=.show > .dropdown-item:nth-child(1)", "css:finder"],
Expand Down
14 changes: 14 additions & 0 deletions backend/src/integration/resources/SHIBUI-1364-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,13 @@
["xpath=//a[contains(.,'Add Filter')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "eab53a0d-32e6-4cb1-844b-d5fae8106820",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "094ce013-936c-4479-9c5b-ba26db4d05c9",
"comment": "",
Expand All @@ -567,6 +574,13 @@
"target": "name=type",
"targets": [],
"value": "label=NameIDFormat"
}, {
"id": "85556730-f474-42bd-8c04-2620c8814202",
"comment": "",
"command": "pause",
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "471c00e2-52d8-4cf7-a071-00b50c98bf9e",
"comment": "",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hibernate.version=5.2.11.Final

lucene.version=7.2.1

org.gradle.jvmargs=-Xmx8g
org.gradle.jvmargs=-Xmx8g -XX:-UseGCOverheadLimit

# set token in personal global
i2.github.token=
Expand Down

0 comments on commit 56d680d

Please sign in to comment.