Skip to content

Commit

Permalink
SHIBUI-1408-a11y
Browse files Browse the repository at this point in the history
Added a fix for changes to the UI.
  • Loading branch information
Bill Smith committed Sep 13, 2019
1 parent ec47f91 commit aed3385
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/src/integration/resources/SHIBUI-1334-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -2128,20 +2128,20 @@
"id": "138ad58b-f0a2-436b-a8b0-43484f4180e6",
"comment": "",
"command": "assertText",
"target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(2)",
"target": "css=.bg-diff > .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)",
"targets": [
["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(2)", "css:finder"],
["css=.bg-diff > .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", "css:finder"],
["xpath=//div[2]/div/div[2]", "xpath:position"]
],
"value": "Test User v2"
}, {
"id": "17049c95-4724-4521-ac47-6b64bde822aa",
"comment": "",
"command": "assertText",
"target": "css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)",
"target": "css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(4)",
"targets": [
["css=array-property:nth-child(5) .py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(3)", "css:finder"],
["xpath=//div[3]", "xpath:position"]
["css=.py-2:nth-child(2) > .d-flex:nth-child(1) > .text-truncate:nth-child(4)", "css:finder"],
["xpath=//div/div[3]", "xpath:position"]
],
"value": "Test User"
}, {
Expand Down

0 comments on commit aed3385

Please sign in to comment.