Skip to content

Commit

Permalink
2250
Browse files Browse the repository at this point in the history
Some more fixes. Why are select boxes requiring double clicks sometimes?
  • Loading branch information
Bill Smith committed Nov 3, 2021
1 parent c54a6f1 commit 0370b0e
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 1 deletion.
14 changes: 14 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,13 @@
["xpath=//a[contains(.,'Add a new metadata provider')]", "xpath:innerText"]
],
"value": ""
}, {
"id": "bb1d9d3f-631a-40eb-8f51-bd502a90c2b2",
"comment": "",
"command": "waitForElementEditable",
"target": "name=type",
"targets": [],
"value": "30000"
}, {
"id": "c6e4f105-81ce-4132-b82b-d28d11f27746",
"comment": "",
Expand All @@ -597,6 +604,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "7a088a82-2f0c-4466-9304-60c7c504913c",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "2c98e69c-d595-48a7-ac67-eca5d9f3a784",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "9a4b3759-61b9-478a-9888-00e512721d4f",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "7c10b23a-a427-4cc4-bae9-9e5606712b6e",
"comment": "",
Expand Down
9 changes: 8 additions & 1 deletion backend/src/integration/resources/SHIBUI-1732-3.side
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "f21989e9-8b54-4e55-a6f7-c699939f0992",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "3c298664-b8c4-40de-986e-a955c760ba3e",
"comment": "",
Expand Down Expand Up @@ -1557,4 +1564,4 @@
}],
"urls": ["http://localhost:10101/"],
"plugins": []
}
}
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-4.side
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "94bd599c-4de3-4f7c-b28b-719012acf8b5",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "befba204-65a3-4a26-91ca-75141306ee8a",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-5.side
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "12eebf6a-616b-4bb3-af32-aad829ba1133",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "577b9b53-a904-419f-b0d8-4e899aaee297",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-6.side
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "c8293710-35ad-4ac6-a175-33ca8fcab2ff",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "a26d50d7-f81f-4fbe-9942-804853b58f19",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-1732-7.side
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,13 @@
["xpath=//input", "xpath:position"]
],
"value": "Test"
}, {
"id": "506e9329-0c23-449b-b285-96541b2fa557",
"comment": "",
"command": "select",
"target": "name=type",
"targets": [],
"value": "label=FileBackedHttpMetadataResolver"
}, {
"id": "f26372d3-0701-4cc3-9746-8f96175686e6",
"comment": "",
Expand Down

0 comments on commit 0370b0e

Please sign in to comment.