Skip to content

Commit

Permalink
SHIBUI-1335
Browse files Browse the repository at this point in the history
Added 4 waits to try and help the scripts to stop failing prematurely.
  • Loading branch information
Bill Smith committed Aug 8, 2019
1 parent 0b7fc65 commit 7ffbf02
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions backend/src/integration/resources/SHIBUI-1311.side
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@
["xpath=//a[2]", "xpath:position"]
],
"value": ""
}, {
"id": "69432299-f150-4bea-9e07-7ef222d7c71f",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/name",
"targets": [],
"value": "10000"
}, {
"id": "b49d6ed7-75ea-4be8-9a79-c7fd83287aa0",
"comment": "",
Expand Down Expand Up @@ -119,6 +126,13 @@
["xpath=//li[2]/button", "xpath:position"]
],
"value": ""
}, {
"id": "a237669b-daf4-42f6-bc7f-dc4cb5548f56",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/xmlId",
"targets": [],
"value": "10000"
}, {
"id": "86262eda-4a44-41b0-b7aa-fa46406e2601",
"comment": "",
Expand Down Expand Up @@ -573,6 +587,13 @@
["xpath=//a[2]", "xpath:position"]
],
"value": ""
}, {
"id": "664722f5-86a5-49a8-b60e-fac67544fbea",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/name",
"targets": [],
"value": "10000"
}, {
"id": "6437379e-d34f-479e-82f1-bf52654a95cb",
"comment": "",
Expand Down Expand Up @@ -622,6 +643,13 @@
["xpath=//li[2]/button", "xpath:position"]
],
"value": ""
}, {
"id": "a8d021db-c36c-4cf7-9211-17751cf0624a",
"comment": "",
"command": "waitForElementVisible",
"target": "id=/xmlId",
"targets": [],
"value": "10000"
}, {
"id": "5795f70f-79e1-4b45-9c38-ef96d5197e70",
"comment": "",
Expand Down

0 comments on commit 7ffbf02

Please sign in to comment.