This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VR test for two-digit filter count
- Loading branch information
Showing
11 changed files
with
985 additions
and
7 deletions.
There are no files selected for viewing
Binary file removed
BIN
-28.6 KB
...ilters-sidebar.spec.ts-snapshots/filters-sidebar-filters-selected-rtl-linux.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+38.7 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-ltr-png-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+45.3 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-ltr-png-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.4 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-ltr-png-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+36.5 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-rtl-png-md-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+43.4 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-rtl-png-sm-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+29.4 KB
...s.spec.ts-snapshots/filters-modal-two-digits-count-checked-rtl-png-xs-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions
87
test/tapes/search/audio/q=querywithnoresults&peaks=true_close.json5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
{ | ||
meta: { | ||
createdAt: '2023-02-17T14:43:58.409Z', | ||
host: 'https://api.openverse.engineering', | ||
resHumanReadable: true, | ||
}, | ||
req: { | ||
headers: { | ||
connection: 'close', | ||
}, | ||
url: '/v1/audio/?q=querywithnoresults&peaks=true', | ||
method: 'GET', | ||
body: '', | ||
}, | ||
res: { | ||
status: 200, | ||
headers: { | ||
date: [ | ||
'Fri, 17 Feb 2023 14:44:00 GMT', | ||
], | ||
'content-type': [ | ||
'application/json', | ||
], | ||
'content-length': [ | ||
'70', | ||
], | ||
connection: [ | ||
'close', | ||
], | ||
vary: [ | ||
'Accept, Authorization, Origin', | ||
], | ||
allow: [ | ||
'GET, HEAD, OPTIONS', | ||
], | ||
'x-frame-options': [ | ||
'DENY', | ||
], | ||
'x-content-type-options': [ | ||
'nosniff', | ||
], | ||
'referrer-policy': [ | ||
'same-origin', | ||
], | ||
'cross-origin-opener-policy': [ | ||
'same-origin', | ||
], | ||
'x-request-id': [ | ||
'7dcc6d31fb1944448351cc94c5dbab91', | ||
], | ||
'cache-control': [ | ||
'max-age=14400', | ||
], | ||
'cf-cache-status': [ | ||
'MISS', | ||
], | ||
'last-modified': [ | ||
'Fri, 17 Feb 2023 14:44:00 GMT', | ||
], | ||
'accept-ranges': [ | ||
'bytes', | ||
], | ||
'server-timing': [ | ||
'cf-q-config;dur=6.0000002122251e-06', | ||
], | ||
'strict-transport-security': [ | ||
'max-age=15552000; includeSubDomains; preload', | ||
], | ||
server: [ | ||
'cloudflare', | ||
], | ||
'cf-ray': [ | ||
'79af4c6948f6b9d5-OTP', | ||
], | ||
'alt-svc': [ | ||
'h3=":443"; ma=86400, h3-29=":443"; ma=86400', | ||
], | ||
}, | ||
body: { | ||
result_count: 0, | ||
page_count: 0, | ||
page_size: 20, | ||
page: 1, | ||
results: [], | ||
}, | ||
}, | ||
} |
Oops, something went wrong.