Update snapshots

This commit is contained in:
dominik-zeglen 2020-02-03 12:59:42 +01:00
parent a58e70ac95
commit e10b456230

View file

@ -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"`;