Skip to content

Commit 33343d5

Browse files
committed
ff-matrix - tests
1 parent 0102a0f commit 33343d5

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

dev-docs/feature-format-matrix/qmd-files/callout/collapse/document.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: Callouts
33
format:
44
html:
55
quality: 2
6+
_quarto:
7+
tests:
8+
html:
9+
ensureHtmlElements:
10+
-
11+
- "div.callout-header.collapsed ~ div#callout-1.collapse"
12+
- "div.callout-header:not(.collapsed) ~ div#callout-2.collapse.show"
613
---
714

815
::: {.callout-note collapse="true"}

dev-docs/feature-format-matrix/qmd-files/callout/no-type/document.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
title: Callout with no type
33
format:
44
html:
5-
quality: 1
5+
quality: 2
6+
_quarto:
7+
tests:
8+
html:
9+
ensureHtmlElements:
10+
-
11+
- "div.callout.callout-none"
12+
- "div.callout.callout-style-simple"
13+
- "div.callout.no-icon"
614
---
715

816
::: {.callout}

0 commit comments

Comments
 (0)