From e10b45623022749decfd1c81c18d240e0fff7a0d Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 3 Feb 2020 12:59:42 +0100 Subject: [PATCH] Update snapshots --- src/orders/views/OrderList/__snapshots__/filters.test.ts.snap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/orders/views/OrderList/__snapshots__/filters.test.ts.snap b/src/orders/views/OrderList/__snapshots__/filters.test.ts.snap index 2983d5df4..e7163da40 100644 --- a/src/orders/views/OrderList/__snapshots__/filters.test.ts.snap +++ b/src/orders/views/OrderList/__snapshots__/filters.test.ts.snap @@ -4,6 +4,7 @@ exports[`Filtering URL params should not be empty if active filters are present Object { "createdFrom": "2019-12-09", "createdTo": "2019-12-38", + "customer": "email@example.com", "status": Array [ "FULFILLED", "PARTIALLY_FULFILLED", @@ -11,4 +12,4 @@ Object { } `; -exports[`Filtering URL params should not be empty if active filters are present 2`] = `"createdFrom=2019-12-09&createdTo=2019-12-38&status%5B0%5D=FULFILLED&status%5B1%5D=PARTIALLY_FULFILLED"`; +exports[`Filtering URL params should not be empty if active filters are present 2`] = `"customer=email%40example.com&createdFrom=2019-12-09&createdTo=2019-12-38&status%5B0%5D=FULFILLED&status%5B1%5D=PARTIALLY_FULFILLED"`;