Skip to content

Commit

Permalink
SHIBUI-1437
Browse files Browse the repository at this point in the history
More attempts at getting tests to pass consistently. Currently issue is
1364-4 failing due to out-of-order filters.
  • Loading branch information
Bill Smith committed Oct 9, 2019
1 parent 608effb commit ae2a17e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/src/integration/resources/SHIBUI-1364-3.side
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"id": "455e24c1-5093-4da3-a62d-457bbf0cd5db",
"comment": "",
"command": "pause",
"target": "2000",
"target": "5000",
"targets": [],
"value": ""
}, {
Expand Down
29 changes: 27 additions & 2 deletions backend/src/integration/resources/SHIBUI-1364-4.side
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,27 @@
"id": "f79371b5-0081-45a0-bfb3-c403db903043",
"comment": "",
"command": "pause",
"target": "2000",
"target": "5000",
"targets": [],
"value": ""
}, {
"id": "f967bc76-becf-4cf1-a2a1-11a9d7c9be49",
"comment": "",
"command": "waitForElementVisible",
"target": "css=tr:nth-child(1) > .td-lg:nth-child(4)",
"targets": [],
"value": "30000"
}, {
"id": "06d1f11d-1935-4b80-827c-72f48ea482ab",
"comment": "",
"command": "assertText",
"target": "css=tr:nth-child(1) > .td-lg:nth-child(4)",
"targets": [
["css=tr:nth-child(1) > .td-lg:nth-child(4)", "css:finder"],
["xpath=//td[4]", "xpath:position"],
["xpath=//td[contains(.,'EntityAttributes')]", "xpath:innerText"]
],
"value": "EntityAttributes"
}, {
"id": "a8ed628c-53f7-4551-9ce8-fef976cc96ce",
"comment": "",
Expand All @@ -1040,7 +1058,7 @@
"id": "6b3ec8f1-8b9a-40f5-816f-3a1e415b9d8d",
"comment": "",
"command": "pause",
"target": "2000",
"target": "5000",
"targets": [],
"value": ""
}, {
Expand Down Expand Up @@ -1155,6 +1173,13 @@
"target": "2000",
"targets": [],
"value": ""
}, {
"id": "c82354e7-3041-4b44-952a-a654510d0069",
"comment": "",
"command": "waitForElementEditable",
"target": "id=/name",
"targets": [],
"value": "30000"
}, {
"id": "9e520768-e930-483e-b078-c39be294438f",
"comment": "",
Expand Down

0 comments on commit ae2a17e

Please sign in to comment.