We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb969b2 commit 2b88d4fCopy full SHA for 2b88d4f
tests/smoke/site/render-blog.test.ts
@@ -23,6 +23,4 @@ testSite(docs("blog-grid/index.qmd"), docs("blog-grid"), [
23
"div.list.grid.quarto-listing-cols-3 > div:nth-child(1) div.listing-item-img-placeholder.card-img-top", // Placeholder structure correct
24
"div.list.grid.quarto-listing-cols-3 > div:nth-child(2) p.card-img-top > img", // The grid image structure is correct
25
"div.list.grid.quarto-listing-cols-3 > div:nth-child(3) p.card-img-top > img", // The grid image structure is correct
26
- "div.list.grid.quarto-listing-cols-3 > div:nth-child(4) p.card-img-top > img[src ^= 'https://www.charlesteague.com/blog/writing-style/west.jpg']" // The image path isn't mangled
27
], []);
28
-
0 commit comments