This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/CAUSEWAY-3676 by this push:
     new 99dafc6aea CAUSEWAY-3676: tests autocomplete for params
99dafc6aea is described below

commit 99dafc6aea7a900376eb9ff8c1add91d2da483b9
Author: danhaywood <[email protected]>
AuthorDate: Fri Jan 26 08:38:46 2024 +0000

    CAUSEWAY-3676: tests autocomplete for params
---
 ...ment_and_change_head_autocomplete.approved.json | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git 
a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_change_head_autocomplete.approved.json
 
b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_change_head_autocomplete.approved.json
index e69de29bb2..4d6faf07c0 100644
--- 
a/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_change_head_autocomplete.approved.json
+++ 
b/incubator/viewers/graphql/test/src/test/java/org/apache/causeway/viewer/graphql/viewer/test/e2e/Domain_IntegTest.find_department_and_change_head_autocomplete.approved.json
@@ -0,0 +1,25 @@
+{
+  "data" : {
+    "university_dept_Departments" : {
+      "findByName" : {
+        "invoke" : {
+          "changeDeptHead" : {
+            "params" : {
+              "newDeptHead" : {
+                "autoComplete" : [ {
+                  "name" : {
+                    "get" : "Prof. Dicky Horwich"
+                  }
+                }, {
+                  "name" : {
+                    "get" : "Dr. Susan Hopwood"
+                  }
+                } ]
+              }
+            }
+          }
+        }
+      }
+    }
+  }
+}
\ No newline at end of file

Reply via email to