Update snapshots
This commit is contained in:
parent
a58e70ac95
commit
e10b456230
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ exports[`Filtering URL params should not be empty if active filters are present
|
||||||
Object {
|
Object {
|
||||||
"createdFrom": "2019-12-09",
|
"createdFrom": "2019-12-09",
|
||||||
"createdTo": "2019-12-38",
|
"createdTo": "2019-12-38",
|
||||||
|
"customer": "email@example.com",
|
||||||
"status": Array [
|
"status": Array [
|
||||||
"FULFILLED",
|
"FULFILLED",
|
||||||
"PARTIALLY_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"`;
|
||||||
|
|
Loading…
Reference in a new issue