feat(medusa,types): create promotion flows (#7029)
* chore: create promotion phase * chore: fix specs + minor ui changes * chore: minor fixes * chore: added changeset * address pr reviews * chore: fix spec * Update packages/admin-next/dashboard/src/v2-routes/promotions/common/edit-rules/edit-rules.tsx Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com> * chore: fix specs --------- Co-authored-by: Frane Polić <16856471+fPolic@users.noreply.github.com>
This commit is contained in:
co-authored by
Frane Polić
parent
b61dcb84c9
commit
93ef94cad3
@@ -834,8 +834,8 @@ medusaIntegrationTestRunner({
|
||||
expect(response.data.values.length).toEqual(2)
|
||||
expect(response.data.values).toEqual(
|
||||
expect.arrayContaining([
|
||||
{ label: "Afghan Afghani", value: "afn" },
|
||||
{ label: "Albanian Lek", value: "all" },
|
||||
{ label: "afn", value: "afn" },
|
||||
{ label: "all", value: "all" },
|
||||
])
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user