Browse Source

test(server): Update snapshots to match new query field

Michael Bromley 7 years ago
parent
commit
1401c0db09
1 changed files with 2 additions and 0 deletions
  1. 2 0
      server/e2e/__snapshots__/administrator.e2e-spec.ts.snap

+ 2 - 0
server/e2e/__snapshots__/administrator.e2e-spec.ts.snap

@@ -14,6 +14,7 @@ Object {
       Object {
         "code": "__super_admin_role__",
         "description": "SuperAdmin",
+        "id": "T_1",
         "permissions": Array [
           "Authenticated",
           "CreateAdministrator",
@@ -54,6 +55,7 @@ Object {
       Object {
         "code": "__customer_role__",
         "description": "Customer",
+        "id": "T_2",
         "permissions": Array [
           "Authenticated",
         ],