mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Updated email-preview test snapshot
no issue - fixed up tests failing from the outdated email snapshot.
This commit is contained in:
parent
5bb5977a47
commit
f9eeec10db
@ -224,7 +224,7 @@ table.body .footer a {
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
@ -476,7 +476,7 @@ exports[`Email Preview API Read can read post email preview with email card and
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "18357",
|
||||
"content-length": "18346",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
@ -614,7 +614,7 @@ table.body .footer a {
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
@ -882,7 +882,7 @@ exports[`Email Preview API Read can read post email preview with fields 2: [head
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "23182",
|
||||
"content-length": "23171",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
@ -1051,7 +1051,7 @@ table.body .footer a {
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
@ -1297,7 +1297,7 @@ exports[`Email Preview API Read has custom content transformations for email com
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "18119",
|
||||
"content-length": "18108",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
@ -1435,7 +1435,7 @@ table.body .footer a {
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
@ -1685,7 +1685,7 @@ exports[`Email Preview API Read uses the newsletter provided through ?newsletter
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "18485",
|
||||
"content-length": "18474",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
@ -2209,7 +2209,7 @@ table.body .footer a {
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-card {
|
||||
width: 90vw !important;
|
||||
width: 90vw;
|
||||
}
|
||||
|
||||
table.body .kg-bookmark-thumbnail {
|
||||
@ -2459,7 +2459,7 @@ exports[`Email Preview API Read uses the posts newsletter by default 2: [headers
|
||||
Object {
|
||||
"access-control-allow-origin": "http://127.0.0.1:2369",
|
||||
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
|
||||
"content-length": "18485",
|
||||
"content-length": "18474",
|
||||
"content-type": "application/json; charset=utf-8",
|
||||
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
|
||||
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
Loading…
Reference in New Issue
Block a user