Skip to content

Commit

Permalink
SHIBUI-1382
Browse files Browse the repository at this point in the history
Fixed SHIBUI-950 test. test was producing an error stating that
`attachFile` should be used to set the filename for a file upload
element. This seems to work for the commandline runner, but there is no
such command in the IDE.
  • Loading branch information
Bill Smith committed Aug 21, 2019
1 parent a102134 commit 534e13b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions backend/src/integration/resources/SHIBUI-950.side
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,9 @@
}, {
"id": "e5d771f5-57e2-4f11-af50-124c2121d36b",
"comment": "",
"command": "type",
"command": "attachFile",
"target": "id=fileInput",
"targets": [
["id=fileInput", "id"],
["name=file", "name"],
["css=#fileInput", "css:finder"],
["xpath=//input[@id='fileInput']", "xpath:attributes"],
["xpath=//div[2]/div/input", "xpath:position"]
],
"targets": [],
"value": "${SHIBUI950}"
}, {
"id": "67ad4a51-7c15-41e1-bc34-62a9f3e83b46",
Expand Down

0 comments on commit 534e13b

Please sign in to comment.