Explorar o código

test(elasticsearch-plugin): Attempt to fix failing e2e tests 2

Michael Bromley hai 1 mes
pai
achega
cfd9d7d583
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/elasticsearch-plugin/e2e/e2e-helpers.ts

+ 1 - 0
packages/elasticsearch-plugin/e2e/e2e-helpers.ts

@@ -303,6 +303,7 @@ async function testMatchCollections(client: SimpleGraphQLClient, searchInput: Pa
             input: {
                 groupByProduct: true,
                 ...searchInput,
+                sort: { name: SortOrder.ASC },
             },
         },
     );