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 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct color for different routes in the default layout (#2108)
* Add failing e2e tests * Fix the layout turning yellow * Use recursive type for cookies * Update comments
- Loading branch information
Showing
10 changed files
with
3,870 additions
and
36 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
|
@@ -59,7 +59,6 @@ const config: PlaywrightTestConfig = { | |
maxDiffPixelRatio: 0, | ||
}, | ||
}, | ||
retries: 2, | ||
} | ||
|
||
export default config |
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
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
+310 KB
...ht/visual-regression/pages/pages.spec.ts-snapshots/search-page-rtl-lg-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,72 @@ | ||
{ | ||
meta: { | ||
createdAt: '2023-01-30T15:49:52.087Z', | ||
host: 'https://api.openverse.engineering', | ||
resHumanReadable: true, | ||
}, | ||
req: { | ||
headers: { | ||
connection: 'close', | ||
}, | ||
url: '/v1/images/non-existent/', | ||
method: 'GET', | ||
body: '', | ||
}, | ||
res: { | ||
status: 404, | ||
headers: { | ||
date: [ | ||
'Mon, 30 Jan 2023 15:49:53 GMT', | ||
], | ||
'content-type': [ | ||
'text/html; charset=utf-8', | ||
], | ||
'transfer-encoding': [ | ||
'chunked', | ||
], | ||
connection: [ | ||
'close', | ||
], | ||
vary: [ | ||
'Authorization, Origin', | ||
], | ||
'x-frame-options': [ | ||
'DENY', | ||
], | ||
'x-content-type-options': [ | ||
'nosniff', | ||
], | ||
'referrer-policy': [ | ||
'same-origin', | ||
], | ||
'cross-origin-opener-policy': [ | ||
'same-origin', | ||
], | ||
'x-request-id': [ | ||
'0669a006e1cc43fe85b623c9a4fac47b', | ||
], | ||
'cache-control': [ | ||
'max-age=14400', | ||
], | ||
'cf-cache-status': [ | ||
'MISS', | ||
], | ||
'server-timing': [ | ||
'cf-q-config;dur=5.0000089686364e-06', | ||
], | ||
'strict-transport-security': [ | ||
'max-age=15552000; includeSubDomains; preload', | ||
], | ||
server: [ | ||
'cloudflare', | ||
], | ||
'cf-ray': [ | ||
'791b5c2baebbb9db-OTP', | ||
], | ||
'alt-svc': [ | ||
'h3=":443"; ma=86400, h3-29=":443"; ma=86400', | ||
], | ||
}, | ||
body: '\n<!doctype html>\n<html lang="en">\n<head>\n <title>Not Found</title>\n</head>\n<body>\n <h1>Not Found</h1><p>The requested resource was not found on this server.</p>\n<script defer src="https://static.cloudflareinsights.com/beacon.min.js/vaafb692b2aea4879b33c060e79fe94621666317369993" integrity="sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==" data-cf-beacon=\'{"rayId":"791b5c2baebbb9db","token":"b84c1fc0e0174d7bafb20aa9869dd416","version":"2022.11.3","si":100}\' crossorigin="anonymous"></script>\n</body>\n</html>\n', | ||
}, | ||
} |
Oops, something went wrong.