Skip to content

Commit

Permalink
Remove path to avoid OS difference causing test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Jun 3, 2024
1 parent c429401 commit 971836d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/site/render-listings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ verify.push(ensureHtmlElements(htmlOutput, [
// 3. Testing that empty div is used when no image is present
"div#listing-reports span.listing-image div.listing-item-img-placeholder",
// 4. Testing that `.preview-image` is correctly taken
"div#listing-other-reports .quarto-post div.thumbnail img[src$='app-store-business-model-lite\\\\2\.png']",
'div#listing-other-reports .quarto-post div.thumbnail img[src$="2\.png"]',
]));

testQuartoCmd(
Expand Down

0 comments on commit 971836d

Please sign in to comment.