Skip to content

Commit

Permalink
2251
Browse files Browse the repository at this point in the history
Added simple fix for one related test.
  • Loading branch information
Bill Smith committed Nov 2, 2021
1 parent 41ce03e commit e825880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/src/integration/resources/SHIBUI-1364-1.side
Original file line number Diff line number Diff line change
Expand Up @@ -2034,11 +2034,11 @@
"id": "63e1b12d-a50a-4877-9588-21209a08b364",
"comment": "",
"command": "assertText",
"target": "css=div:nth-child(7) .d-block:nth-child(2)",
"target": "css=div:nth-child(8) > .bg-diff > .d-block:nth-child(2)",
"targets": [
["css=div:nth-child(7) .d-block:nth-child(2)", "css:finder"],
["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[7]/div/span[2]", "xpath:idRelative"],
["xpath=//div[7]/div/span[2]", "xpath:position"],
["css=div:nth-child(8) > .bg-diff > .d-block:nth-child(2)", "css:finder"],
["xpath=//div[@id='root']/div/main/div/section/div/div/section/div/div[2]/div[2]/div[8]/div/span[2]", "xpath:idRelative"],
["xpath=//div[8]/div/span[2]", "xpath:position"],
["xpath=//span[contains(.,'PT1M')]", "xpath:innerText"]
],
"value": "PT1M"
Expand Down

0 comments on commit e825880

Please sign in to comment.