Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Attempt at fixing the eval(true); textbox. Jenkins was having trouble
passing the test with the supposed END_KEY being sent. Removed the need
for the END_KEY.
  • Loading branch information
Bill Smith committed Sep 6, 2019
1 parent 32f0e09 commit 756474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/integration/resources/SHIBUI-1392.side
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@
"command": "editContent",
"target": "id=/nameIdFormatFilterTarget.target",
"targets": [],
"value": "eval(true)"
"value": "(true);"
}, {
"id": "05870356-d3db-4540-bb3f-db34b1cf65f1",
"comment": "",
"command": "sendKeys",
"target": "id=/nameIdFormatFilterTarget.target",
"targets": [],
"value": "${KEY_END};"
"value": "eval"
}, {
"id": "d7721254-68c9-4140-af2a-1757cce99da7",
"comment": "",
Expand Down

0 comments on commit 756474e

Please sign in to comment.