Kaynağa Gözat

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

Michael Bromley 1 ay önce
ebeveyn
işleme
cfd9d7d583

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

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