Răsfoiți Sursa

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

Michael Bromley 2 luni în urmă
părinte
comite
cfd9d7d583
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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 },
             },
         },
     );