Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Fixed a text compare and what looked to be a race condition
  • Loading branch information
Bill Smith committed Sep 13, 2022
1 parent 1e8d1a4 commit c3f7d1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
22 changes: 8 additions & 14 deletions backend/src/integration/resources/SHIBUI-2268.side
Original file line number Diff line number Diff line change
Expand Up @@ -948,24 +948,18 @@
["xpath=//div[4]/div/div/div[3]/button", "xpath:position"]
],
"value": ""
}, {
"id": "6cd2789b-4ec1-4153-8d4e-fb896a1b0e5e",
"comment": "",
"command": "click",
"target": "css=.align-items-end",
"targets": [
["css=.align-items-end", "css:finder"],
["xpath=//div[@id='root']/div/footer/div/div[2]/div", "xpath:idRelative"],
["xpath=//footer/div/div[2]/div", "xpath:position"]
],
"value": ""
}, {
"id": "b9432398-233d-4872-8b56-9aa8fd48ca85",
"comment": "",
"command": "assertText",
"target": "css=.alert",
"targets": [],
"value": "No FiltersNo filters have been added to this Metadata Provider"
"target": "css=.alert > p",
"targets": [
["css=.alert > p", "css:finder"],
["xpath=//div[@id='filters']/div[2]/p", "xpath:idRelative"],
["xpath=//section/div/div/div[3]/div[2]/p", "xpath:position"],
["xpath=//p[contains(.,'No filters have been added to this Metadata Provider')]", "xpath:innerText"]
],
"value": "No filters have been added to this Metadata Provider"
}, {
"id": "3543733a-3e14-4f07-9aaa-e29a26fe36b1",
"comment": "",
Expand Down
7 changes: 7 additions & 0 deletions backend/src/integration/resources/SHIBUI-2270-2.side
Original file line number Diff line number Diff line change
Expand Up @@ -2114,6 +2114,13 @@
["xpath=//div[4]/div/div/div[3]/button", "xpath:position"]
],
"value": ""
}, {
"id": "d7643f3c-f387-4404-8f8b-e73ebfeb0754",
"comment": "",
"command": "pause",
"target": "5000",
"targets": [],
"value": ""
}, {
"id": "efc6da0e-490c-4c8b-b4d2-07b71059d0ef",
"comment": "",
Expand Down

0 comments on commit c3f7d1f

Please sign in to comment.