1
Fork 0

Add/update tests for --extend-css option

This commit is contained in:
Guillaume Gomez 2023-04-12 15:17:33 +02:00
parent bf6582e0cc
commit 6bc6ea7a3e
9 changed files with 29 additions and 2 deletions

View file

@ -102,7 +102,7 @@ assert: ".source-sidebar-expanded"
// We check that the first entry of the sidebar is collapsed
assert-property: ("#source-sidebar details:first-of-type", {"open": "false"})
assert-text: ("#source-sidebar details:first-of-type > summary", "http")
assert-text: ("#source-sidebar details:first-of-type > summary", "extend_css")
// We now click on it.
click: "#source-sidebar details:first-of-type > summary"
assert-property: ("#source-sidebar details:first-of-type", {"open": "true"})