Skip to content

Commit

Permalink
SHIBUI-1391
Browse files Browse the repository at this point in the history
Added simple regex validation test.
  • Loading branch information
Bill Smith committed Sep 17, 2019
1 parent d0527b0 commit 8f47d89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/src/integration/resources/SHIBUI-1391.side
Original file line number Diff line number Diff line change
Expand Up @@ -677,11 +677,11 @@
"id": "f4a74feb-0372-4452-a085-64ae37a059cb",
"comment": "",
"command": "assertText",
"target": "css=.form-text",
"target": "css=.form-text:nth-child(2)",
"targets": [
["css=.form-text > translate-i18n", "css:finder"],
["xpath=//small/translate-i18n", "xpath:position"],
["xpath=//translate-i18n[contains(.,'Invalid Regular Expression')]", "xpath:innerText"]
["css=.form-text:nth-child(2)", "css:finder"],
["xpath=//div/div/small", "xpath:position"],
["xpath=//small[contains(.,'Invalid Regular Expression')]", "xpath:innerText"]
],
"value": "Invalid Regular Expression"
}, {
Expand All @@ -696,7 +696,7 @@
["xpath=//input[@id='/entityAttributesFilterTarget.target']", "xpath:attributes"],
["xpath=//div/div/input", "xpath:position"]
],
"value": ".*/"
"value": ".*"
}]
}],
"suites": [{
Expand Down

0 comments on commit 8f47d89

Please sign in to comment.