Skip to content

Commit

Permalink
Bug/ivyportal 17553 task write expiry timestamp does not work as expe…
Browse files Browse the repository at this point in the history
…cted le (#1028)

* bug/IVYPORTAL-17553-TaskWriteExpiryTimestamp-does-not-work-as-expected-LE

- Fix GUI tests
  • Loading branch information
lmluat-axonivy authored Sep 11, 2024
1 parent 8f4bd48 commit dc812b8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,27 @@
"visual" : {
"at" : { "x" : 640, "y" : 160 }
}
}, {
"id" : "S10-f8",
"type" : "ErrorStartEvent",
"name" : "test:expiry",
"config" : {
"errorCode" : "test:expiry"
},
"visual" : {
"at" : { "x" : 64, "y" : 464 },
"labelOffset" : { "x" : 13, "y" : 33 }
},
"connect" : [
{ "id" : "S10-f9", "to" : "S10-f12" }
]
}, {
"id" : "S10-f12",
"type" : "TaskEnd",
"visual" : {
"at" : { "x" : 544, "y" : 464 },
"labelOffset" : { "x" : 13, "y" : 33 }
}
} ],
"visual" : {
"at" : { "x" : 256, "y" : 1152 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@
"level" : "HIGH"
},
"expiry" : {
"timeout" : "new Duration(\"1D\")"
"timeout" : "new Duration(\"1D\")",
"error" : "f88"
},
"customFields" : [
{ "name" : "AccountNumber", "type" : "NUMBER", "value" : "14" },
Expand All @@ -624,7 +625,8 @@
"activator" : "\"demo\""
},
"expiry" : {
"timeout" : "new Duration(\"3H\")"
"timeout" : "new Duration(\"3H\")",
"error" : "f88"
},
"customFields" : [
{ "name" : "AccountNumber", "type" : "NUMBER", "value" : "7" },
Expand All @@ -642,7 +644,8 @@
"level" : "LOW"
},
"expiry" : {
"timeout" : "new Duration(\"2D\")"
"timeout" : "new Duration(\"2D\")",
"error" : "f88"
},
"customFields" : [
{ "name" : "AccountNumber", "type" : "NUMBER", "value" : "13" },
Expand Down

0 comments on commit dc812b8

Please sign in to comment.