fix:Product options were not preserved over updates (#8267)

This commit is contained in:
Stevche Radevski
2024-07-25 08:24:26 +02:00
committed by GitHub
parent f7d1cd259e
commit 44f593a7ca
3 changed files with 95 additions and 2 deletions

View File

@@ -766,8 +766,7 @@ medusaIntegrationTestRunner({
])
})
// TODO: This test is flaky for some reason, reenable once that is resolved
it.skip("returns a list of products filtered by variant options", async () => {
it("returns a list of products filtered by variant options", async () => {
const response = await api.get(
`/store/products?variants.options[option_id]=${product.options[1].id}&variants.options[value]=large`
)