Skip to content

Commit 2b88d4f

Browse files
committed
fix smoke test
1 parent eb969b2 commit 2b88d4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/smoke/site/render-blog.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ testSite(docs("blog-grid/index.qmd"), docs("blog-grid"), [
2323
"div.list.grid.quarto-listing-cols-3 > div:nth-child(1) div.listing-item-img-placeholder.card-img-top", // Placeholder structure correct
2424
"div.list.grid.quarto-listing-cols-3 > div:nth-child(2) p.card-img-top > img", // The grid image structure is correct
2525
"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
2726
], []);
28-

0 commit comments

Comments
 (0)